JavaScript
How to get TypeScript type completion by defining process.env types
typescriptprocess-envnodejs
Set up React JS with ESLint, Prettier and Airbnb
One of the easiest way you can improve your code is to use a linter!
reactjavascripteslint
Closing a Window with JavaScript
What works, what doesn't, in a nutshell
javascriptweb-development
Using JavaScript and window.postMessage()
Safe Cross-Domain Communication
javascriptpostmessagecross-domain
Creating Axios mock requests in Jest
How to create your own reusable axios mock request function for Jest.
javascriptjesttesting
ES6: What is the difference between Rest and Spread?
Rest Parameter [ …rest]
javascriptes6rest
ES6: Arrow Functions
javascriptes6arrow-function
Can you console.log in JSX?
TLDR: Embed the expression
reactjavascriptjsx
How to Detect a Sequence of Keystrokes in JavaScript
javascriptcodingprogramming
How to use Async Await in JavaScript
There are many ways JavaScript provides us with the ability to make it behave like an asynchronous language. One of them is with the Async-Await clause.
javascriptasyncawait