#javascript
Read more stories on Hashnode
Articles with this tag
Learn about React Hook Form and how to optimize form creation with it · Forms are documents that provide spaces and or options for people to answer...
Learn how to error handle JavaScript ReferenceError "x" is not defined · Ever been writing code and then you notice that your code isn't giving any or...
In this article, we are going to create our mock API (Application Programming Interface). We are going to create an API about my favourite celebrity...
Exercise: In the game of golf each hole has a par, meaning the average number of strokes a golfer is expected to make in order to sink the ball in a...
Exercise: Write a function nextInLine which takes an array (arr) and a number (item) as arguments. Add the number to the end of the array, then...