Jush Test
<< Back to overview page
a = 1;
a = 0.1;
a = .1;
a = 0x;
a = 0xfF1;
a = 0XE;
a = 1e1;
a = 1E1;
a = 1e+1;
a = 1e-1;
a = 1.e1;
a = 0xe+1;
a = 1 .method();
a = 1..method();
a = 0.1.method();
a = .1.method();
a = 1e1.method();
a = 00.method();
a = 0x.method();
a = 0xF.method();
a = "x";
a = "x\
y";
"x";
a = 'x';
a = "x'y";
a = 'x"y';
a = "x\"y";
a = "x\\\"y";
a = "x\\";
a = /regexp/;
/regexp/;
/regexp/g;
/"regexp"/;
/reg[/]exp/;
/reg\/exp/;
/regexp//1;
/\/*regexp*/;
/[/*regexp*/]/;
!!/regexp/;
((/regexp/));
[[/regexp/]];
a = 1/2/3;
a = a/1/2;
a = a++/1/2;
a = this/1/2;
a = (1)/2/3;
a = []/1/2;
a = {}/1/2;
({}/1/2);
+{}/1/2;
{}/regexp/;
/regexp/
/1/2;
function(){}
/regexp/
do /regexp/.test('x') while(false);
true ? {} : {}/1/2;
a = a
/1/2;
var a
/regexp/;
a = 1
/2/3;
a = 1//comment
a = 1/2// comment
a = 1 / 2; // comment
a = 1//comment
/2/3;
a = 1/*comment*//2;
a = 1+/*comment*/1/2;
a = 1/**//2;
/*/ comment /*/
/*/\*
comment
*/
// /* */ comment
a2 = 1;
π = 1;
\u0061 = 1;
a\u03c0 = 1;
a\u01Acπ = 1;