Functional Programming

Deployment

The thing with JavaScript function and the new keyword

Functions are a collection of statement either named or unnamed that performs a task, and can be called from elsewhere within a JavaScript program

Read