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 →

Google’s web platform team has spent over a decade learning about user needs. The Google team has distilled their learning’s and created web.dev for you to master the defining standards of web development. web.dev is the ultimate resource for developers of all backgrounds to learn, create, and solve on the web. It’s meant to not […]

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 →