#javascript
Read more stories on Hashnode
Articles with this tag
Some different ways to reverse a string Array method const string = "Let's reverse this"; return string.split("").reverse().join(""); For-loop ...
Imagine this: you have a list of many items you bought on supermarket and you want to know which ones are not duplicated. With indexOf and...
Continuing the development of Week Meal Plan, we already have a good list of websites that have recipes we can borrow to create our week meal plan...