#javascript
Read more stories on Hashnode
Articles with this tag
I had a moment of nostaliga the other day. I had the idea to build an app that simulated bubble wrap. That you can pop. Because that's fun,...
An essential part of programming is having clean and simplified code. A function should do one thing, like update a follower count or submit a form,...
A few months ago, I revisited an old idea for a random hex value generator. Creating a Random Hex Color I had tried to build it with Javascript, then...
During a recent, mock technical interview, I was given the following problem to solve. Write a function that takes in two inputs, an array, and a...