Arrays and Object Literals in JavaScriptArrays are like a set of primitive types that is used to store information in them in the form of numbers, strings, booleans etc. Arrays…Mar 5, 2021Mar 5, 2021
Decision Making and Loops in JavaScriptThere are situations when we want to run the code at different conditions, such as, if one condition applies run a particular code, if…Mar 5, 2021Mar 5, 2021
Learning the Primitive types of JavaScriptFirstly we learned about the primitive types Numbers and Strings, which are just as the name suggest that if we input number they are…Mar 5, 2021Mar 5, 2021
Trafalgar (Figma Project)After completing the Museum of Candy Project, I felt like I needed more practice with HTML and CSS before moving on to JavaScript. So, a…Feb 19, 2021Feb 19, 2021
Museum of Candy ProjectAfter I completed the CSS section of the Web Developer Bootcamp including Bootstrap, we were pretty much done with learning basic CSS, now…Feb 19, 2021Feb 19, 2021
CSS Framework(Bootstrap)When we are working on a big project, adding styles to all of our content can be a lot of work, especially when we are new to programming…Feb 19, 2021Feb 19, 2021
Common CSS propertiesWith the help of CSS, we can style our HTML in any way we want. Most common properties of CSS that are used to style our content include…Feb 10, 2021Feb 10, 2021
Starting with CSSAfter successfully graduating from HTML, we move on to the beautiful and colorful world of Cascading Style Sheets(CSS). As described in…Feb 10, 2021Feb 10, 2021
Learning the important HTML5So, after an introduction to HTML5, I learned about the basic elements of HTML5 like <b, <br, <hr, <p, <div, <a,<ul, <ol…Feb 10, 2021Feb 10, 2021
Starting with HTMLHypertext Markup Language or HTML as I said earlier is the noun of our programming language like the nouns in other human languages…Feb 8, 2021Feb 8, 2021