#javascript-basics
Read more stories on Hashnode
Articles with this tag
BASICS Javascript has a list of basics things explained below- variables We can create elements by var x; let y; We can assign value to them as x =...