#web-development
Read more stories on Hashnode
Articles with this tag
What is SPA? SPA as the name suggests means when you load the app for once. In simple words, the pages don't reload when you click on something. on...
💠What is React? A UI library developed by Facebook creates interactive, stateful, and reusable components it uses Virtual DOM example: Instagram...
Resource Links Included! · Lexical Structure lexical Structure is basically the building block on Javascript: Unicode, semicolons, white space, case...
Free CheatSheet included! · keyboard shortcuts are there to make our life much easier, imagine copying and pasting if we don't have cmd + C and cmd + V...
localStorage is a way of saving the key-value pair in the web browser and the best part about it is that there is no expiration date meaning that data...
https://www.youtube.com/watch?v=JnamHHweDco&ab_channel=AnsubKhan Abstract CSS Color Property helps us to add colors to the webpage which makes the...