js
js copied to clipboard
:art: A JavaScript Quality Guide
بلاي][هكر[توب
The current link[29] to james.padolsey.com is 404. - [line 740](https://github.com/bevacqua/js/blame/master/README.md#L740) - `If the left-hand value is [falsy][29]` - [line 830](https://github.com/bevacqua/js/blame/master/README.md#L830) - ` [29]: http://james.padolsey.com/javascript/truthy-falsey/`
In a reused form component for both the record creation and the record modification, is it acceptable to use ternary operators instead of if/else like this? ``` this.formAction === 'edit'...
Can we Add length literal in Array i.e will Help to find the length of Array. >> array.length >> return : x: size of Array
测试对应仓库是否会新增
I think it would be useful to have somewhere reliable to test Regular Expressions as well as visualize them. I've added http://regexr.com/.
whatefsww