#javascript
Read more stories on Hashnode
Articles with this tag
Functions are a huge part of almost every programming language. They are used to perform a specific task or calculation and return the value....
If you are familiar with JavaScript, You might know that JavaScript has these data types - Boolean, Null, Undefined, Number, BigInt, String, Symbol,...