Update README.md

This commit is contained in:
Valk Richard Li 2019-08-17 20:34:36 +08:00 committed by GitHub
parent 391448842e
commit 0a1c9a69bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -286,6 +286,32 @@ var e={e:1,e:2,e:3};
var e=e[e.e];
e=1;
e="str";
e=[];
e={};
e=e[0];
e=e.e;
e=e(0);
e=e();
e=e[e()];
e=[1,e,1,e,1];
e=[e,e,e,e];
e={e:1,e:2,e:3};
e=e[e.e];
# The structure of basical elements is...
class var;