HCHarshit Choubeyinkara14.hashnode.dev·Dec 25, 2022 · 2 min readAbout VariablesI believe that you know where to write js code(hint: vs code) Variables the variable is a container for storing data or we can say the variable is named storage. variable declaration you can declare a variable using 3 keywords let const var Let ...00
HCHarshit Choubeyinkara14.hashnode.dev·Dec 24, 2022 · 1 min readAdding Javascript to the pageThere are 2 ways to add your javascript Inline Javascript or use script tag External Javascript Inline Javascript In internal js, we use a script tag and inside the script tag, we write js code. <script> alert("hello world"); </script> Extern...00
HCHarshit Choubeyinkara14.hashnode.dev·Dec 23, 2022 · 1 min readIntroduction to JavascriptWhat is Javascript? Javascript is a programming language that enables you to create dynamically updating content, control multimedia etc. JavaScript engine It is a software component that executes js code. earlier js engines were interpreters but all...00
HCHarshit Choubeyinkara14.hashnode.dev·Dec 15, 2022 · 2 min readWhat is Linux File System?In linux everything is in form of files audio, video , images ,commands etc everything is file. to work with these file, to access to manage these file some system is needed that system is called linux file system Window also use file system for mana...00
HCHarshit Choubeyinkara14.hashnode.dev·Sep 16, 2022 · 1 min readHow to create New Repository on gitHub?First of all you should have a github account..ik u can make it. Now, create New repository. How to create new repository in GitHub? First Way this is the github opening page . on the left u can see new Button written aside recent repositories. c...00