Explore tweets tagged as #20DaysOfJavascript
Day 3 of my #20DaysOfJavaScript 💡 Today I put Conditional Statements into practice by building a simple web app that helps @UDUS students check their class of degree based on CGPA. 🎓 This project was an assignment from @Oluwafemi_Indus at @SQIcollege — and it was logical🤯
0
0
1
Day 11 of #20DaysOfJavaScript 🔥 Topic Covered: - DOM Manipulation In JavaScript 👇 What is the DOM? -> DOM stands for Document Object Model. It's a programming interface for web documents. When a web page is loaded, the browser creates a Document Object Model of the page.
4
20
95
Day 8 of #20DaysOfJavaScript 🚀 Topic Covered: ➡️Array Data Structure In JavaScript What are arrays? ➡️Arrays are fundamental data structure in programming used to store collections of elements ➡️Each element in an array is assigned a unique index starting from 0, which
6
10
47
Day 1 of #20DaysOfJavascript 🚀 Today we will discuss: - What is Javascript & it's role in web development - ECMAScript & different versions of JS What is Javascript? JavaScript is a versatile programming or scripting language developed by Brendan Eich in 1995. It is used for
10
23
146
Day 2 of #20DaysOfJavascript🚀 Topics covered: - Variables -> how to declare & initialize them - Different data types in Javascript Variables In JavaScript applications, managing data is essential. Variables serve as 'named storage' for this purpose, holding various types of
6
23
89
Day 12 of #20DaysOfJavascript 🔥 Today let's understand "JavaScript Closure" Learning closures in JavaScript is important because they allow functions to remember and access their lexical scope even after they have been executed Open the thread to learn more 👇🧵
5
17
124
Day 6 of #20DaysOfJavaScript 🚀 Topic covered: 👇 "Functions In JavaScript" What are JavaScript functions? ➡️ Functions are blocks of reusable code that perform a specific task. They allow you to group statements together and execute them as a single unit. ➡️ Functions are
4
25
105
Day 5 of #20DaysOfJavaScript🚀 Topic covered - JavaScript Loops in detail JavaScript Loops - JavaScript loops are control structures that allow you to repeat a block of code multiple times. They are important because they help automate repetitive tasks in your code and make it
8
13
72
Day 9 of #20DaysOfJavaScript 🔥 Let's understand what are "JavaScript Objects" ## What are Objects? ➡️ In JavaScript, an object is a complex data type that allows you to store and organize data in a structured way. Unlike primitive data types such as numbers or strings that
6
12
50
Day 3 of #20DaysOfJavascript 🚀 Today we will discuss in detail: Operators & Expressions In Javascript - Operators are symbols used to perform operations on variables and values. Here's a brief overview of different types of operators: let num1 = 10; let num2 = 5; //
5
14
91
Day 7 of #20DaysOfJavascript 🚀 Today we will discuss: ➡️ Scope In JavaScript What do we mean by scope in JavaScript? ➡️ In JavaScript, "scope" refers to the context in which variables, functions, and objects are accessible during runtime. Understand it with examples👇
3
12
62
Day 10 of #20DaysOfJavaScript 🚀 Building Project 🔥 - Now that we have covered some basics and important concepts in JavaScript, let's create a simple project to understand how the concepts can be implemented Simple Digital Shopping cart 🛒 - Users can view a list of products
3
7
45
Day 4 of #20DaysOfJavascript🚀 Today's Topic Javascript Conditionals JAVASCRIPT CONDITIONALS - Conditional statements are used in programming to execute different blocks of code based on certain conditions if statement: This executes a block of code if a specified condition
1
5
36
Day 6 of #20DaysOfJavaScript ✅Adding elements and intermediate array techniques ✅Worked on the FizzBuzz numbers task ✅Learnt how to use arrays and conditionals to structure a sequence. ✅Proper use of IF/ELSE statements
2
1
6
Day 12 of #20DaysOfJavaScript ✅ Went through intermediate JS again ✅ Adding JavaScript to websites ✅Introduction to Document Object Manipulation (DOM) ✅Moved from writing JS code in the console to a code editor
1
0
4
Day 3 of #20DaysOfJavaScript; ✅Control Statements, using IF/ELSE logic and conditionals ✅Comparators and Equality ✅Combining comparators. I implemented them by trying a coding challenge, creating an advanced BMI calculator using IF/ELSE statements.
0
0
3
Day 4 of #20DaysOfJavaScript: I attempted the leap year challenge but got stuck trying to code the flowchart. I eventually had to check the solution after many attempts. ✅ Finished the challenge and learned to use flowcharts for clarity.
0
0
8
Day 19 of #20DaysOfJavaScript ✅Javascript Loops(if/else statements ) ✅SetAttribute method ✅Completed the Random dice generator challenge ✅Started on EventTarget: addEventListener() method.
0
1
5
🚀 Day 1 of #100daysofcode / #20daysofjavascript: I made a simple analogue clock with a sleek UI! ⏰🎨 Check out the demo here: https://t.co/vlJ2Kod3kr and the code on my repo: https://t.co/TXR28uH3Ws
#javascript #webdev
2
3
7
Day 16 of #20DaysofJavaScript ✅Completed the Passenger counter app class on Scrimba.
1
0
6