mahak810.hashnode.devOperators in javascript In this section we are going to learn about javascript operators , different types of operators their needs and uses . In any programming language the major purpose of using operators is for performin3d ago·5 min read
mahak810.hashnode.devVariable and datatypes in JavascriptIn this section we are going to know about different ways of declaring a variable and different datatypes in Javascript Variables A variable is like a container or a box which store a value in it . 4d ago·5 min read
mahak810.hashnode.dev Versrion Control system : The Pendrive problem what is version control system and why it exist? For understanding the version control system you first have to imagine a situation suppose you and your friend both are working on a project . you makeFeb 23·3 min read
mahak810.hashnode.devCSS Selectors : Targeting Elements with PrecisionDo you know ? how does we apply styling to a html page , I know you all say that using CSS , well you are right . But the question is how does CSS do that? how does it change the colour , position , formatting of an elements not only one elements but...Feb 15·4 min read
mahak810.hashnode.devEmmet for HTMLwhat are Emmet? Emmet is a tool which helps us to save our time in writing code of same type in multiple lines . In simpler words emmet are the shortcuts which helps us to write our code in lesser number of steps . It is a tool which is used in vario...Feb 7·3 min read