Today we will be looking at how we can use localStorage to save form fields and use this feature to prefill forms or send the data to API for further processing!
Today is a voting day in my city. I will go out and vote. This vote is for me, for my bright future, for my family’s safety and future and for my next generation’s future.
Today we will be talking about getting and setting HTML and using Template Literals. These features are mostly used for dynamically changing HTML elements and string manipulation.
This is part 5 of the Back to Basics series covering my JavaScript learning journey. In this blog post, I will be covering and explaining the concept of Promises
, do a live project on how to fetch data from an API using standard
and async/await
operators as well as cover different array
modification methods such as array.shift()
, array.pop()
, array.slice()
etc.
This is part 4 of the Back to Basics series covering my JavaScript learning journey. In this blog post, I will be covering how Chris talked about converting a string
into an array
, filtering an array
and more.