Afoma Orji
Afoma Orji's Blog

Afoma Orji's Blog

Follow
Follow
homeABOUT MESERIESbadgesnewsletter
Tag

JavaScript

#javascript

More content

Read more stories on Hashnode


Articles with this tag

React Hook Form

May 26, 20239 min read147 views

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

React Hook Form

How to troubleshoot JavaScript ReferenceError "x" is not defined

Jan 5, 20223 min read241 views

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

How to troubleshoot JavaScript ReferenceError "x" is not defined

How To Create A Mock API In 7 Minutes

Aug 3, 20217 min read605 views

In this article, we are going to create our own mock API (Application Programming Interface). We are going to create an API about my favorite...

How To Create A Mock API In 7 Minutes

Basic JavaScript: Golf code

Nov 23, 20204 min read409 views

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

Basic JavaScript: Golf code

Basic JavaScript: Stand in Line

Nov 14, 20202 min read244 views

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

Basic JavaScript: Stand in Line