#weirdjavascript 검색 결과

Make your array clean using Set in javascript #WeirdJavascript #HappyCodingInJavascript

RafsanHashemi's tweet image. Make your array clean using Set in javascript 
#WeirdJavascript
#HappyCodingInJavascript

Make sum by functional currying in javascript #WeirdJavascript #HappyCodingInJavascript

RafsanHashemi's tweet image. Make sum by functional currying in javascript
#WeirdJavascript
#HappyCodingInJavascript

#WeirdJavaScript - Parse boolean values using `JSON.parse`!

knowkalpesh's tweet image. #WeirdJavaScript - Parse boolean values using `JSON.parse`!

What the hell is happening here??? 😱 #weirdJavascript #leetcodeContest

0618's tweet image. What the hell is happening here??? 😱 #weirdJavascript #leetcodeContest

Dealing with float number instead of integers could break your code. I just thought why not I should change 11/10 to 1.1 in the code. And it goes weird #javascript #weirdJavascript

hemkaranraghav's tweet image. Dealing with float number instead of integers could break your code. I just thought why not I should change 11/10 to 1.1 in the code. And it goes weird
#javascript #weirdJavascript

When "2" + "2" is calculated, they are string so concat happens and "22" is the result. Followed by "22" - "2" where "-" is use for subtraction and strings are type casted into integers which results in 20. #javascript #weird #weirdjavascript

amigoshubIN's tweet image. When "2" + "2" is calculated, they are string so concat happens and "22" is the result. Followed by "22" - "2" where "-" is use for subtraction and strings are type casted into integers which results in 20.

#javascript #weird #weirdjavascript

So I was bored and found this video in my recommended: youtube.com/watch?v=sRWE5t…. And decided to give it a try myself. So I did, with a lot of explanation because I was bored: github.com/ProfessorQu/js… #javascript #weirdjavascript

ProfessorQu's tweet card. JavaScript Is Weird (EXTREME EDITION)

youtube.com

YouTube

JavaScript Is Weird (EXTREME EDITION)


null <=0 and null >=0 but null is not 0 #weirdJavascript


Weird JavaScript 😂🤪 console.log(NaN === NaN); // prints false #javascript #weirdjavascript @JavaScript @JavaScriptDaily


Weird JavaScript 😂🤪 let iAmNumber = 1; if (iAmNumber === 1) { console.log(iAmNumber); // Prints ReferenceError let iAmNumber = 2; } @JavaScript @JavaScriptDaily #javascript #weirdjavascript


Yeah! YOU Should...It is indeed a good practice as it somehow enhances the readability of the code. Point Of Termination Right! If You Know You Know ✌️ #javascript #weirdjavascript


Weird JavaScript 😂🤪 const a = (1, b = 2); console.log(a); // prints 2 console.log(b); // prints 2 @JavaScript @JavaScriptDaily #javascript #weirdjavascript


Forgot to add tags to help the thread spread. I welcome all logic why this was valid in usage but not as direct variable declaration. #javascript #weirdJavascript #observation #React #Json #techtwitter #techDiscussion #tech #sharing


Weird JavaScript 😂🤪 let infinity = 1/0; console.log(infinity); // prints Infinity console.log(typeof infinity); //prints number console.log(typeof 1/0); //prints NaN #javascript #weirdjavascript @JavaScript @JavaScriptDaily


Weird JavaScript 😂🤪 let num1 = 2; let num2 = 4; const sum = 'num1 + num2'; // Prints 6 console.log(eval(sum)); const iAmEval = eval; // ReferenceError: num1 is not defined. console.log(iAmEvalFunction(sum)); @JavaScript @JavaScriptDaily #javascript #weirdjavascript


Yeah! YOU Should...It is indeed a good practice as it somehow enhances the readability of the code. Point Of Termination Right! If You Know You Know ✌️ #javascript #weirdjavascript


So I was bored and found this video in my recommended: youtube.com/watch?v=sRWE5t…. And decided to give it a try myself. So I did, with a lot of explanation because I was bored: github.com/ProfessorQu/js… #javascript #weirdjavascript

ProfessorQu's tweet card. JavaScript Is Weird (EXTREME EDITION)

youtube.com

YouTube

JavaScript Is Weird (EXTREME EDITION)


Weird JavaScript 😂🤪 let num1 = 2; let num2 = 4; const sum = 'num1 + num2'; // Prints 6 console.log(eval(sum)); const iAmEval = eval; // ReferenceError: num1 is not defined. console.log(iAmEvalFunction(sum)); @JavaScript @JavaScriptDaily #javascript #weirdjavascript


Weird JavaScript 😂🤪 const a = (1, b = 2); console.log(a); // prints 2 console.log(b); // prints 2 @JavaScript @JavaScriptDaily #javascript #weirdjavascript


Weird JavaScript 😂🤪 let iAmNumber = 1; if (iAmNumber === 1) { console.log(iAmNumber); // Prints ReferenceError let iAmNumber = 2; } @JavaScript @JavaScriptDaily #javascript #weirdjavascript


Weird JavaScript 😂🤪 console.log(NaN === NaN); // prints false #javascript #weirdjavascript @JavaScript @JavaScriptDaily


Weird JavaScript 😂🤪 let infinity = 1/0; console.log(infinity); // prints Infinity console.log(typeof infinity); //prints number console.log(typeof 1/0); //prints NaN #javascript #weirdjavascript @JavaScript @JavaScriptDaily


Forgot to add tags to help the thread spread. I welcome all logic why this was valid in usage but not as direct variable declaration. #javascript #weirdJavascript #observation #React #Json #techtwitter #techDiscussion #tech #sharing


When "2" + "2" is calculated, they are string so concat happens and "22" is the result. Followed by "22" - "2" where "-" is use for subtraction and strings are type casted into integers which results in 20. #javascript #weird #weirdjavascript

amigoshubIN's tweet image. When &quot;2&quot; + &quot;2&quot; is calculated, they are string so concat happens and &quot;22&quot; is the result. Followed by &quot;22&quot; - &quot;2&quot; where &quot;-&quot; is use for subtraction and strings are type casted into integers which results in 20.

#javascript #weird #weirdjavascript

‘BANANA’ with JavaScript by @MahdhiRezvi link.medium.com/2IizsaYyc2 What are your personal WTF moments of JavaScript? Feel free to comment :D #javascript #js #weirdjavascript #ilovejavascript #programming #happycoding


Dealing with float number instead of integers could break your code. I just thought why not I should change 11/10 to 1.1 in the code. And it goes weird #javascript #weirdJavascript

hemkaranraghav's tweet image. Dealing with float number instead of integers could break your code. I just thought why not I should change 11/10 to 1.1 in the code. And it goes weird
#javascript #weirdJavascript

What the hell is happening here??? 😱 #weirdJavascript #leetcodeContest

0618's tweet image. What the hell is happening here??? 😱 #weirdJavascript #leetcodeContest

Make sum by functional currying in javascript #WeirdJavascript #HappyCodingInJavascript

RafsanHashemi's tweet image. Make sum by functional currying in javascript
#WeirdJavascript
#HappyCodingInJavascript

Make your array clean using Set in javascript #WeirdJavascript #HappyCodingInJavascript

RafsanHashemi's tweet image. Make your array clean using Set in javascript 
#WeirdJavascript
#HappyCodingInJavascript

"#weirdjavascript"에 대한 결과가 없습니다

Make your array clean using Set in javascript #WeirdJavascript #HappyCodingInJavascript

RafsanHashemi's tweet image. Make your array clean using Set in javascript 
#WeirdJavascript
#HappyCodingInJavascript

Make sum by functional currying in javascript #WeirdJavascript #HappyCodingInJavascript

RafsanHashemi's tweet image. Make sum by functional currying in javascript
#WeirdJavascript
#HappyCodingInJavascript

#WeirdJavaScript - Parse boolean values using `JSON.parse`!

knowkalpesh's tweet image. #WeirdJavaScript - Parse boolean values using `JSON.parse`!

What the hell is happening here??? 😱 #weirdJavascript #leetcodeContest

0618's tweet image. What the hell is happening here??? 😱 #weirdJavascript #leetcodeContest

Dealing with float number instead of integers could break your code. I just thought why not I should change 11/10 to 1.1 in the code. And it goes weird #javascript #weirdJavascript

hemkaranraghav's tweet image. Dealing with float number instead of integers could break your code. I just thought why not I should change 11/10 to 1.1 in the code. And it goes weird
#javascript #weirdJavascript

When "2" + "2" is calculated, they are string so concat happens and "22" is the result. Followed by "22" - "2" where "-" is use for subtraction and strings are type casted into integers which results in 20. #javascript #weird #weirdjavascript

amigoshubIN's tweet image. When &quot;2&quot; + &quot;2&quot; is calculated, they are string so concat happens and &quot;22&quot; is the result. Followed by &quot;22&quot; - &quot;2&quot; where &quot;-&quot; is use for subtraction and strings are type casted into integers which results in 20.

#javascript #weird #weirdjavascript

Loading...

Something went wrong.


Something went wrong.


United States Trends