SSnehainsnehaks.hashnode.dev·Dec 27, 2023 · 2 min readvar, let and const in Javascriptvar, let and const are the three keywords which is used before variables. var keyword is used before let and const came into picture. var is function-scoped. This means whenever a variable is created with var in a function, it will only exist within ...00
SSnehainsnehaks.hashnode.dev·Jul 19, 2023 · 3 min readHtml , CssHTML and CSS are pretty easy to start, it is all about the designing website. HTML HTML [HyperText Markup Language], acts as a markup language that allows us to structure and organize content on the web. it uses tags (<p>,<title>,<h1>-<h6>,<img>) lin...00
SSnehainsnehaks.hashnode.dev·Nov 23, 2022 · 2 min readAlgorithmswhat is Algorithm? " Algorithm is a finite set of rules and regulation to solve a problem. " Characteristics of Algorithm: - Unambiguous - Feasible - Well-Defined Inputs and Outputs - Finiteness - Effectiveness Searching Algorithm: S...00