In Javascript, Math is a built-in object that has properties and methods for mathematical constants and functions. max() and min() are static methods of Math, you always use it as Math.max(), Math.min() The number arguments that min and max methods can take are zero or more 1 2 Math.max([value1[, value2[, …]]]) Math.min([value1[, value2[, …]]])Math.max([value1[, value2[, […]

Read More →

A checklist is a type of job aid used to reduce failure by compensating for potential limits of human memory and attention. It helps to ensure consistency and completeness in carrying out a task. Checklists are useful for applying methodology. The Front-End Checklist is an exhaustive list of all elements you need to have/test before […]

Read More →

A service worker is a script that your browser runs in the background, separate from a web page, opening the door to features that don’t need a web page or user interaction. Service workers are a technology to aid developers in: creating realistic, reliable offline experiences vastly improving performance when online logically and dynamically caching […]

Read More →

Quokka.js is a rapid prototyping playground right in your editor(for now just supports VSCode) and in your project’s context, with inline reporting, code coverage and rich output formatting. Say Bye Bye to REPL(Read Eval Print Loop). In VSCode install the Estension. After installing the Extension, invoke the command palette using Ctrl/Cmd + Shift + P, […]

Read More →