#javascriptquiz

JavaScriptBuzzJavaScriptBuzz
2025-12-19

Symbol.toPrimitive Changes Object Math?!

This object LIES about its value! Symbol.toPrimitive lets objects control how they convert to numbers/strings. When you add 5, JavaScript asks the object what it wants to be. The result will SHOCK you!

.toprimitive

youtube.com/watch?v=YCOygXVLitc

JavaScriptBuzzJavaScriptBuzz
2025-12-19

Closure in Loop Prints SAME Value?!

Closures CAPTURE variables by reference! All setTimeout callbacks share the SAME i variable. They all print 3, not 0, 1, 2! This is the classic closure trap!

youtube.com/watch?v=ojVEQm9ypyw

JavaScriptBuzzJavaScriptBuzz
2025-12-18

Symbol.toPrimitive Changes Object Math?!

This object LIES about its value! Symbol.toPrimitive lets objects control how they convert to numbers/strings. When you add 5, JavaScript asks the object what it wants to be. The result will SHOCK you!

.toprimitive

youtube.com/watch?v=YCOygXVLitc

JavaScriptBuzzJavaScriptBuzz
2025-12-17

Proxy has Trap HIDES Properties?!

Proxy can LIE about properties! The has trap controls the 'in' operator. Property b exists but 'in' returns false. This breaks property detection!

youtube.com/watch?v=u6w6OsWuqXY

JavaScriptBuzzJavaScriptBuzz
2025-12-17

Private Fields Use # Symbol?!

Private fields are HIDDEN! The # symbol makes properties truly private. You can't access them from outside, even with bracket notation. This is REAL privacy!

youtube.com/watch?v=ycxs4Sb_7Eo

JavaScriptBuzzJavaScriptBuzz
2025-12-17

this Binding Changes in Arrow Functions?!

Arrow functions STEAL this! They don't have their own this binding. Regular functions use dynamic this, arrows use lexical this. This difference BREAKS code!

youtube.com/watch?v=VJlEG0-8qXY

JavaScriptBuzzJavaScriptBuzz
2025-12-10

parseInt('08') Returns WHAT?!

JavaScript parseInt has a hidden trap! Leading zeros create unexpected results. This bug has broken production code. See what happens!

youtube.com/shorts/JwhLRhKt7us

JavaScriptBuzzJavaScriptBuzz
2025-12-09

Temporal Dead Zone Breaks Code!

JavaScript's Temporal Dead Zone will crash your code! Accessing let/const before declaration throws an error. Watch the chaos!

JavaScriptBuzzJavaScriptBuzz
2025-12-09

Closure With setTimeout Creates Chaos!

Using var in loops with setTimeout creates a closure trap! All timeouts print the same value. This breaks async code! Watch!

JavaScriptBuzzJavaScriptBuzz
2025-12-09

0.1 + 0.2 = 0.30000000000000004?!

JavaScript math is broken! Adding 0.1 + 0.2 creates a number that will shock you. This is why financial apps fail! Watch the chaos!

youtube.com/shorts/MC2ipBoctZo

RecursiveNeuron :verified:RecursiveNeuron@techhub.social
2023-01-30

#javascriptquiz
What will be the output of the below code?
#programming #codingchallenge

RecursiveNeuron :verified:RecursiveNeuron@techhub.social
2023-01-29

#javascriptquiz
What will be the output of the below code?
#javascript #codingchallenge #programming

RecursiveNeuron :verified:RecursiveNeuron@techhub.social
2023-01-19

Javascript quiz

Assuming you enter number 1 in the prompt, what is the output?

#javascript #typescript #js #javascriptquiz #reactjs #nodejs #vuejs

RecursiveNeuron :verified:RecursiveNeuron@techhub.social
2022-12-30

🎯 Let's test your skills on javascript slice

What is the answer?

#javascript #javascriptquiz #nestjs #nustjs #nextjs #nuxtjs #reactjs #Programmers

RecursiveNeuron :verified:RecursiveNeuron@techhub.social
2022-12-28

#javascriptquiz

What will be the output of the below code?
#javascript #javascriptquestions

RecursiveNeuron :verified:RecursiveNeuron@techhub.social
2022-12-26

#javascriptchallenge
What will be the output of the below code?
#javascript #programming #javascriptquiz

RecursiveNeuron :verified:RecursiveNeuron@techhub.social
2022-12-20

What will be the output of the below code?
#javascriptquiz #javascriptchallenge #javascript

RecursiveNeuron :verified:RecursiveNeuron@techhub.social
2022-12-19

What will be the output of the below #javascript code?

#javascriptquiz #javascriptchallenge

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst