I hereby claim:
- I am georgewl on github.
- I am georgewl (https://keybase.io/georgewl) on keybase.
- I have a public key ASDVUOLl3uozbFbn-XbIUBHsOt4Z5J37HczTM3iqLGTMKQo
To claim this, I am signing this object:
| auto-generated |
| export Class TestStore{ | |
| private isTest:boolean=false; | |
| @computed | |
| public get IsTest():boolean { | |
| return this.isTest; | |
| } | |
| @action setTest(state: boolean){ | |
| this.isTest = state; | |
| } |
| /* HelloWorld.java | |
| */ | |
| public class HelloWorld | |
| { | |
| public static void main(String[] args) { | |
| System.out.println("Hello World!"); | |
| } | |
| } |
I hereby claim:
To claim this, I am signing this object:
View the source of this content.
Let's get the whole "linebreak" thing out of the way. The next paragraph contains two phrases separated by a single newline character:
Roses are red Violets are blue
| const getWord = ()=> ( | |
| ([] + {})[+!![] + [+[]]]).toUpperCase() + | |
| // 'J' == '[object Object]'[10] | |
| (![] + [])[+!![]] + | |
| // 'a' == 'false'[1] | |
| 'v' + | |
| // 'v' | |
| (![] + [])[+!![]] + | |
| // 'a' == 'false'[1] |
| const getWord = ()=> ( | |
| ([] + {})[+!![] + [+[]]]).toUpperCase() + | |
| // 'J' == '[object Object]'[10] | |
| (![] + [])[+!![]] + | |
| // 'a' == 'false'[1] | |
| 'v' + | |
| // 'v' | |
| (![] + [])[+!![]] + | |
| // 'a' == 'false'[1] |