Write your answer in comment
- console.log(1 + +"3" + "3");
- console.log(1 +"3" + "3");
- console.log(1 + -"1" + "3");
- console.log(+"1" + "1" + "3");
- console.log("X" - "Y" + "3");
- console.log("X" - "Y" + 3);
Write your answer in comment
For further actions, you may consider blocking this person and/or reporting abuse
Classic DEV Post from 2020:
As JavaScript devs, we usually don't have to deal with compilers ourselves. However, it's definitely good to know the basics of the JavaScript engine and see how it handles our human-friendly JS code, and turns it into something machines understand! π₯³
Happy coding!
Khushang Mirzo -
costica -
javinpaul -
xojiakbar -
Once suspended, lakshyatyagi24 will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, lakshyatyagi24 will be able to comment and publish posts again.
Once unpublished, all posts by lakshyatyagi24 will become hidden and only accessible to themselves.
If lakshyatyagi24 is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Lakshya Tyagi.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community π©βπ»π¨βπ» safe. Here is what you can do to flag lakshyatyagi24:
Unflagging lakshyatyagi24 will restore default visibility to their posts.
Top comments (7)
javaScript
There's a Python tag in the question (at first I thought it was JavaScript).
yeh sorry by mistake i put wrong tag
I've been meaning to learn Python for years but... Ooooh! Netflix! LOL