#javascript
Read more stories on Hashnode
Articles with this tag
Task Write a function that takes an array of numbers (integers for the tests) and a target number. It should find two different items in the array...
This will be my first writing about how I solve coding challenges. · The challenge I have done today is - Create a Phone Number - (Write a function that...
React Hooks(UseState & UseEffect) · This is the third week of December 2022, and I have learned about react hooks, a very interesting topic. I am...
Events, Event handler, Props · Today I will write about the syntaxes of React that I learned about. Events Event names are camel-cased, so we need to use...