JavaScript doesn’t care where a function is called.
Only where it was written.
After Making my last video on Closures, I made this to explain Lexical scope in less than 2 minutes
#learnjavascript#Coding#softwareengineering#Javascript
Learn JavaScript with me
By making cool cool projects
Today we be making Tip Calculator
The game is simple we fetch the data from HTML, calculate it via JS and update it back to HTML...
But with what in between? See it in video.
#learninpublic#learnjavascript#codinglife
Post 2
🔹 1. What is JavaScript?
EN: JavaScript is a scripting language used to make web pages interactive.
BN: JavaScript একটি স্ক্রিপ্টিং ভাষা যা ওয়েবপেজকে ইন্টারঅ্যাকটিভ করে তোলে।
#learnjavascript#webdevelopment
Just wrote my first if/else conditions and while loops in JavaScript 🧠
JavaScript logic be like:
“If it's true, I run. If not, I skip. Until you tell me to stop looping!”
Turns out... boolean logic is the real boss behind the scenes 😅
#JavaScript#LearnJavaScript#DevJourney
📘 Starting my #LearnJavaScript journey on learnjavascript.online!
✅ Day 1: Learned about Functions and return values.
Advanced DOM Concepts
#100DaysOfCode#Code
Practised removing event listeners and event bubbling
event.stopPropagation() to stop event bubbling
#JavaScript