Guess the Output | JavaScript Interview Questions | Math Function Fails & + Operator in JS

preview_player
Показать описание
What will be the output of 'b' + 'a' + 'a' + 'a' in JavaScript? The output is 'b a a a'. Pretty simple, right? + operator we use for adding numbers can be used to concatenate strings. What if I add just a plus sign in it? What will be the output? It can be a javaScript interview question.

('b' + 'a' + + 'a' + 'a').toLowerCase();
Its banana.
Whait what?
from where n appeared in it?
In JavaScript, NaN is short for "Not-a-Number".
Because + 'a' outputs NaN
So it turned the whole thing in banana.

NaN shows up in JavaScript when Math functions fail or when a function trying to parse a number fails.

✅ How To Hide / Protect JavaScript Code - Techniques and Tools
✅ React JS UNDEFINED Solution | Reactjs Learning | Learn ReactJS & JavaScript Debugging Fast
✅ Calculate Sum or Total from Values in Array & Array Object | Learn JavaScript | Reduce Method
✅ Get URL Parameters in JavaScript | URLSearchParams
✅ DIV to PDF, Iframe to PDF using JavaScript Only (with CSS & Images Support)
✅ How To UnMinify JavaScript Minified Files Easily | Decrypt Complex JavaScript Code
✅ Toggle Class in Vanilla JavaScript | Learn JavaScript
✅ How to Execute a JavaScript File by using NPM
✅ Get User's Location (Country, State, City) with Free Unlimited API Access | PHP & JavaScript
✅ Replace jQuery with Vanilla JavaScript Code Easily | jQuery vs JavaScript
✅ Toggle in Vanilla JavaScript
✅ MINIFY JAVASCRIPT FILES & FOLDERS in Multiple Ways (Command Line & Code Editor)
✅ JavaScript vs jQuery | Difference between JavaScript and jQuery
✅ JavaScript Variable Redeclare & Reassign | VAR vs LET vs CONST | Practical Examples
✅ Display Data From JSON File in React
✅ Display Icons / Images from JSON File in React JS
✅ Fetch All Types of Data from JSON File in React JS
✅ 7 Ways to use Images in React JS
✅ Easy Way to use Images in React JS
✅ Require Image Not Working in React JS
✅ Multiple Images in One Import
✅ Multiple Sets of Images from One Import in React JS
✅ Default Map is not a Function in React JS
✅ Async Await Fetch in React JS
✅ Assigned a Value but Never Used
✅ Easily Sort Before Displaying Records in React JS
✅ Responsive Image Gallery from Scratch in React JS

Thank You!
👍 LIKE VIDEO
👊 SUBSCRIBE
🔔 PRESS BELL ICON
✍️ COMMENT

#shorts #javascript #js #WebStylePress #nan #NotaNumber #math
Рекомендации по теме