Mon Dec 29 19:53:08 PST 2014 Link
| Keys | Description |
|---|---|
| Ctrl + a | Go to the beginning of the line (Home) |
Mon Dec 29 19:53:08 PST 2014 Link
| Keys | Description |
|---|---|
| Ctrl + a | Go to the beginning of the line (Home) |
| (function( global ) { | |
| "use strict"; | |
| function isConstructor( C ) { | |
| try { | |
| new C(); | |
| return true; | |
| } catch ( e ) { | |
| return false; | |
| } |