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 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.
This is part 2 of the Back to Basics series covering my JavaScript learning journey. In this blog post, I will be covering how to check if an element matches a selector and working with multiple elements. These lessons are very well explained in the Vanilla JS Academy by Chris Ferdinandi.