#javascript
Read more stories on Hashnode
Articles with this tag
A witty way to write code when you are lazy ๐ ยท Intro Some day this April, I need to write a function that checks if an input is a valid US state...
Install Jest $ yarn add --dev jest or $ npm install --save-dev jest Setup In this example, we are going to create a sample function that prints...