Dom Does
Dom Does
Currently the Table of Contents title is hard coded. Being able to change this would be advantageous where others may want the project name instead, especially as this is always...
Anyone have any opinions on this one? **if-else chain** ``` js var some_var if(/p{2}le/.test(str)) { some_var = 'found apple' } else if(/(an){2}a/.test(str)) { some_var = 'found banana' } else if(/^[a-z][a-z][a-z][a-z]$/.test(str))...
Anything worth taking from [this](https://github.com/airbnb/javascript)? I know most of the key elements are the complete opposite, but still. Interesting points on [type coercion](https://github.com/airbnb/javascript#type-coercion) and [not using reserve words as object...
[Is this meant to be the case?](https://github.com/serby/ctrl/blob/master/bundles/article/lib/model.js#L96) Line 96-98 is duplicated exactly on line 100.
Feature request for docs in project structure for offline reference when developing.