Example of sessionStorage object

<!DOCTYPE html> <html> <body> <form> Enter name<inp...

Example of localStorage object

<!DOCTYPE html> <html> <body onload='alert(localStorage.getIte...

Lazy-loading functions example

<!DOCTYPE html> <html> <body> <p>Lazy loaded function &l...

Function binding with bind() method example

<!DOCTYPE html> <html> <body> <script> var loadHa...

Function currying example

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

Function throttling example

<!DOCTYPE html> <html> <body onresize="throttle.runFunc()&quo...

The setTimeout() example - creating repeating timers

<!DOCTYPE html> <html> <body> <form> Enter name: &...

The setInterval() example - creating repeating timers

<!DOCTYPE html> <html> <head> <style> input{wi...

Simple stopwatch made with JavaScript

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

Simple JavaScript form evaluation with email check

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