Latest Tutorials

Combination of constructors and prototypes

<!DOCTYPE html> <html> <head> <script> function Library(...

Dynamic prototype pattern

<!DOCTYPE html> <html> <head> <script> function Library(...

Parasitic constructor pattern

<!DOCTYPE html> <html> <head> <script> function bookRack...

Example of prototype chaining

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

Prototypal inheritance

<!DOCTYPE html> <html> <head> <script> function objec...

Combination inheritance

<!DOCTYPE html> <html> <head> <script> function Cabinet(...

URI encoding methods

<!DOCTYPE html> <html> <body> <script> var uri = "w...

The eval() method example

<!DOCTYPE html> <html> <body> <script> var x = 2;...

The global property Infinity

<!DOCTYPE html> <html> <body> <script> document.write(4/...

The global property NaN

<!DOCTYPE html> <html> <body> <script> document.write(is...