To watch more videos on programming, Data Structures, Data Science, C++, Java, React, CSS, subscribe to our channel. Stay tuned to Apni Coding YouTube channel for more! Happy Coding! || Happy Learning!
apni coding
Shadowing Alert!let a = 10; { let a = 20; console.log(a); }
17 hours ago | [YT] | 1
View 0 replies
Const confusionconst x = 42; x = 50;
1 day ago | [YT] | 0
Letβs scope it!{ let a = 5; } console.log(a);
2 days ago | [YT] | 1
View 1 reply
Whatβs the output?function test() { if (true) { var x = 10; } console.log(x); } test();
3 days ago | [YT] | 2
JavaScript Scope Fun! π§ Whatβs the scope of a var declared variable?πββοΈ Comment your guess fast!
4 days ago | [YT] | 1
π‘ Brain Teaser! π€In Node.js, which of these is a built-in module?π§ Quick answer?
5 days ago | [YT] | 0
π‘ Brain Teaser! π€Which of these is used to pass data from parent to child in React?π§ Prove your skills!
6 days ago | [YT] | 0
π‘ Brain Teaser! π€Which of these correctly checks if a value is exactly equal in JavaScript?π§ Comment fast!
1 week ago | [YT] | 1
π‘ Brain Teaser! π€Which CSS property is used to change the text color?π§ Drop your colorful answers below! π¨
π‘ Brain Teaser! π€Which tag is used to create a dropdown list in HTML?π§ Let's see who gets it right!
1 week ago | [YT] | 0
Load more
apni coding
Shadowing Alert!
let a = 10;
{
let a = 20;
console.log(a);
}
17 hours ago | [YT] | 1
View 0 replies
apni coding
Const confusion
const x = 42;
x = 50;
1 day ago | [YT] | 0
View 0 replies
apni coding
Letβs scope it!
{
let a = 5;
}
console.log(a);
2 days ago | [YT] | 1
View 1 reply
apni coding
Whatβs the output?
function test() {
if (true) {
var x = 10;
}
console.log(x);
}
test();
3 days ago | [YT] | 2
View 0 replies
apni coding
JavaScript Scope Fun! π§
Whatβs the scope of a var declared variable?
πββοΈ Comment your guess fast!
4 days ago | [YT] | 1
View 0 replies
apni coding
π‘ Brain Teaser! π€
In Node.js, which of these is a built-in module?
π§ Quick answer?
5 days ago | [YT] | 0
View 0 replies
apni coding
π‘ Brain Teaser! π€
Which of these is used to pass data from parent to child in React?
π§ Prove your skills!
6 days ago | [YT] | 0
View 0 replies
apni coding
π‘ Brain Teaser! π€
Which of these correctly checks if a value is exactly equal in JavaScript?
π§ Comment fast!
1 week ago | [YT] | 1
View 0 replies
apni coding
π‘ Brain Teaser! π€
Which CSS property is used to change the text color?
π§ Drop your colorful answers below! π¨
1 week ago | [YT] | 1
View 0 replies
apni coding
π‘ Brain Teaser! π€
Which tag is used to create a dropdown list in HTML?
π§ Let's see who gets it right!
1 week ago | [YT] | 0
View 0 replies
Load more