What is Strict Mode in JavaScript?
JavaScript Strict Mode is a new feature in ECMAScript 5 that enables you to code a program, or a method,…
Monkey business for the geek in you!
JavaScript Strict Mode is a new feature in ECMAScript 5 that enables you to code a program, or a method,…
image from Wikipedia A JavaScript closure is the combination of a function (which may be nested together) and the lexical…
July 15th, 2019 Comments What is “this” in JavaScript? credit – https://commons.m.wikimedia.org/wiki/File:JavaScript-logo.png Understanding of this variable in JavaScript requires very…
April 22nd, 2019 Comments Building an accessible React Modal component Modal is an overlay on the web-page, but has some…
April 8th, 2019 Comments How to build a React Autocomplete component You can get the autocomplete search function, like the…
This post aims to explain, from scratch, to create a beautiful calendar with a date selector. You’ll be able to…
January 14th, 2019 Comments React file upload: proper and easy way, with NodeJS! Upload page reloads on submitting a file…