paugramming

paugramming

Follow
homenewsletter
Tag

JavaScript

#javascript

More content

Read more stories on Hashnode


Articles with this tag

Typescript Today: How I create function in Elixir using Typescript?

Apr 22, 2022201 views

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...

Typescript Today: How I create function in Elixir using Typescript?

Simple Unit Testing using Jest

Mar 28, 202178 views

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...

Simple Unit Testing using Jest