Afoma Orji
Afoma Orji's Blog

Afoma Orji's Blog

Follow
Follow
homeABOUT MESERIESbadgesnewsletter
Tag

freeCodeCamp.org

#freecodecamp

More content

Read more stories on Hashnode


Articles with this tag

Tech Companies I Am Excited To Work For

Sep 30, 20213 min read108 views

There are many tech companies that I am excited to work for. Below are some of the tech companies I am excited to work for and why I would love to...

Tech Companies I Am Excited To Work For

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