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...

The global property Undefined

<!DOCTYPE html> <html> <body> <script> var x, y=10; doc...

Math object properties example

<!DOCTYPE html> <html> <body> <script> //Output: Math...

Math.random() example

<!DOCTYPE html> <html> <body> <button onclick="random(...

Math.min() example

<!DOCTYPE html> <html> <body> <button onclick="minGen(...

Math.max() example

<!DOCTYPE html> <html> <body> <button onclick="maxG...