KSKushagra Sharmainkushagrablog.hashnode.dev·Sep 6, 2023 · 4 min read"DOM : Adding JavaScript to Web Pages1) Introduction Till now I've been learning about Javascript and using it inside the Chrome Developer tools console. Now that was the purest form of Javascript as we saw the code as it is and saw what it does. But there is no use in learning about it...00
KSKushagra Sharmainkushagrablog.hashnode.dev·Aug 12, 2023 · 6 min readExploring JavaScript : as I use knowledge of compiling language in it1) Introduction In my previous blog, I started the journey into the vibrant world of JavaScript, unraveling its role as the driving force behind the dynamic web. I dived into alerts, data types, variables, and more, building a solid foundation for in...00
KSKushagra Sharmainkushagrablog.hashnode.dev·Aug 9, 2023 · 7 min readStarting JavaScript: The JavaScript Journey in Web Development1) Introduction Javascript is also known as the language that powers the web. Javascript allows real-time user interaction by running code in a browser rather than sending code to a server to run every time. JavaScript was invented by Brendan Eich in...00
KSKushagra Sharmainkushagrablog.hashnode.dev·Jul 23, 2023 · 6 min readCSS Flexbox: Building Flexible and Responsive Layouts1) Introduction CSS Flexbox is a powerful layout model that allows developers to create flexible and responsive designs easily. With its intuitive approach to aligning and distributing space among elements in a container, Flexbox has become an essent...00
KSKushagra Sharmainkushagrablog.hashnode.dev·Jul 15, 2023 · 9 min readContinuing CSS: Transforming Web Pages into Polished DesignPart 1 - Introduction In my previous blog post, I explored the fascinating world of CSS properties and their role in web development. In this new blog post, I will continue and expand on the foundation of the previous blog starting with why it is cal...00