SDShakti Dubeinshaktidube.hashnode.dev·Jul 29, 2024 · 3 min readDate And math in JavaScriptDate In java script Date is trite as Function , or you say method also you can say Object. Date() method gives you current date , with current time. Remember that It gives Date and Time based on your Operating system(OS). if your os issues in date an...00
SDShakti Dubeinshaktidube.hashnode.dev·Jul 28, 2024 · 4 min readJavaScript Variables, Data Types, and OperatorsJavaScript is one of the most widely used programming languages for web development. It is known for its versatility and ability to create dynamic and interactive web pages. This article will cover the fundamentals of JavaScript, focusing on variable...00
SDShakti Dubeinshaktidube.hashnode.dev·Jul 25, 2024 · 3 min readHistory of JavaScriptHistory of JavaScript: A Comprehensive Timeline Introduction to JavaScript JavaScript is a versatile and powerful programming language that has become an essential tool for web development. Created by Brendan Eich in 1995 while working at Netscape Co...00
SDShakti Dubeinshaktidube.hashnode.dev·Jul 17, 2024 · 2 min readPositions in CSSLet`s start to see how many types of position in CSS - There are four type of position in CSS Static position (By Default):- Relative position :- Absolute position :- Sticky position :- Fixed position :- Static position Browser gives by defaul...00
SDShakti Dubeinshaktidube.hashnode.dev·Jul 13, 2024 · 4 min readWhat is CSS and Selectors in CSS?First we need to know what is css? and How it Works with html pages. so start with basics of css. CSS stands for Cascading Style Sheet. Basically CSS gives styling on our web pages. styling means gives background color , text color and many more... S...00