#code
Read more stories on Hashnode
Articles with this tag
The funky cousin of the if-else statement ยท What is the ternary operator? The JavaScript ternary operator is a magical sprinkling of syntactic sugar that...
What are enums? Typescript enums provide a way to define a set of named constants. Let's have a look at how we can use them in our code. Declare an...