arraymethodyoumustknow.hashnode.devArray Method You must knowArray is one of the most commonly used data structures. arrays can store multiple values of different datatypes its allow you to manage and modify data easily. Most commonly used methods for array are3d ago·5 min read
nehaydv.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupWhat is Emmet? Emmet lets you write Html and CSS code fastly. You just give the shortcut and small abbreviations and press enter it will generate the code. For Example : In your code editor (ex: VS Code) if you type exclamatory mark ( ! ) .This will ...Feb 1·2 min read
nehaydv.hashnode.devUnderstanding Html Tags and ElementWhat is Html? Html stands for “HyperText Markup Language” its basically the skeleton for the website its gives the structure to web page by using heading ,paragraph ,lists (ordered &unordered), makes text look attractive using tags like bold ,strong ...Feb 1·3 min read
gitbasicandessentials.hashnode.devGit for beginners :Basics and Essential CommandsWhat is Git? Git is a version control system to track all changes and its keep the record of all the history and its lets multiple people to do the changes on the same project without overwriting other code you can go back in history to get previous ...Jan 20·3 min read