Oh dear Javascript, you are really funny in your special way. #javascript #programming #JavaScript #nodejs #nerd #developer #chrome #GoogleChrome #codingblonde #codingtshirt #codingshirts #codinggirl #codingislife #codinglove #codingdecoding #codingtime #codingislove #codingblog
2
6
10
Replies
@rivadeveira @javascriptd Nope, it's not a fake. It's an extra unicode char, wich looks like spaces. Try it your self. (See next answer) Open Chrome Dev Tools (F12) and open Console, or write it in a JavaScript File.
0
0
0
@SimpleCodingGuy You get better spacing by appending something like FE00 to the a, as it is zero-width, non-printing, and category M* (valid Identifier_Continue).
0
0
0