Example of date and time conversion methods

<!DOCTYPE html> <html> <head> <title>JS tutorial</title...

Conversion of the Number types

<!DOCTYPE html> <html> <head> <title>JS tutorial</title...

The String type methods slice(), substr(), toUpperCase() and replace()

<!DOCTYPE html> <html> <head> <title>JS tutorial</title...

Using an Object type to define a person

<!DOCTYPE html> <html> <head> <title>JS tutorial - object...

Example of object namespaces

<!DOCTYPE html> <html> <head> <script> // Creating MY...

Example of an object's property

<!DOCTYPE html> <html> <head> <script> var Profession...

A complex inheritance example

<!DOCTYPE html> <html> <body> <script> //Parent class...

Example of an encapsulation

<!DOCTYPE html> <html> <body> <script> function...

Example of an abstraction

<!DOCTYPE html> <html> <head> <script> //Abstract method...

Example of a listed pattern

<!DOCTYPE html> <html> <head></head> <body> <sc...