SKShikha Kumariinshikha15.hashnode.dev·May 21, 2022 · 2 min readVariables, Values & Types in JavaScriptHello fellow developers! This is my first ever blog, but it's always better late than never. This blog will help you better understand variables in JavaScript, so let's get started with what are variables? Variables in programming are symbolic contai...00
SKShikha Kumariinshikha15.hashnode.dev·May 20, 2022 · 3 min readHow JavaScript Works Under The HoodMany of us have used Java script but very few know how it works under the hood. In this blog I'll try to explain few common terminology in simpler way. JavaScript is a single threaded synchronous language. Single threaded means one line of code is e...00
SKShikha Kumariinshikha15.hashnode.dev·Sep 16, 2021 · 3 min readGetting Started With CSSWhat is CSS? Very basic information it stands for Cascading style sheet. In layman term it is a language used for styling documents. Documents are nothing but plain text structured using markup languages. I'll brief markup language as well. Markup l...01A