TPTauseef Patelintauseef123o.hashnode.dev·Jul 4, 2023 · 3 min readFlow of code execution in JavaScriptIntroduction: JavaScript is a powerful programming language widely used in web application development. Understanding the flow of code execution is essential to writing efficient and effective JavaScript programs. In this article, we'll explore the f...00
TPTauseef Patelintauseef123o.hashnode.dev·Jul 4, 2023 · 4 min readJavaScript FunctionsJavaScript Functions A function in JavaScript is a block of code that is executed when it is called. Functions can be used to encapsulate code, make code more reusable, and make code easier to read and understand. There are two main types of function...00
TPTauseef Patelintauseef123o.hashnode.dev·Jul 4, 2023 · 2 min readJavaScript Object and it’s methodJavaScript Objects In JavaScript, an object is a data structure that can store data and methods. Objects are created using the Object() constructor or the object literal syntax. Objects can have properties, which are named values that are stored in t...00
TPTauseef Patelintauseef123o.hashnode.dev·Jul 4, 2023 · 2 min readJavaScript Array and it’s methodsJavaScript Arrays An array in JavaScript is a data structure that can store multiple values of the same type. Arrays are zero-indexed, which means that the first element in an array has an index of 0, the second element has an index of 1, and so on. ...00
TPTauseef Patelintauseef123o.hashnode.dev·Jul 4, 2023 · 8 min readMedia QueryMedia Queries in Css Are you tired of your website looking less than stellar on different devices? Do you want to ensure that it looks amazing whether someone is viewing it on a large desktop screen or a tiny smartphone? Look no further! In this blog...00