⟩ Please explain functions in CoffeeScript?
Functions in CoffeeScript is an (Optional) list of parameters followed by an arrow and then the function body.
For example, log = (message) à console.log message
Functions in CoffeeScript is an (Optional) list of parameters followed by an arrow and then the function body.
For example, log = (message) à console.log message
Assume you arrive at a new company that has 3 competing style sheets, how would you best integrate them into the site?
Tell me how will you initialize a select box with options on page load?
Tell me when would you use CSS float?
Explain the difference between GET and POST?
What is an IIFE?
Tell me is AngularJS a templating system?
Explain me the concept of scope hierarchy? How many scopes can an application have?
Explain how will you show/hide buttons and enable/disable buttons conditionally?
Explain me your workflow when you create a web page?
Tell me what is the difference between a prototype and a class?