Roy Revelt
Roy Revelt
I suspect [np](https://www.npmjs.com/package/np) is one of the tools. Is that true?
to add 2p., bracket notation could be used interchangeably and also, it could be used to escape dots in key names — if you pass `a[0]` you mean `{ a:...
But you can use `objectPath.del` — it is the same thing, isn't it?
@CavalcanteLeo My package [`ast-monkey-traverse`](https://www.npmjs.com/package/ast-monkey-traverse) does the traversal of objects and arrays; it does report `object-path`-compatible paths which can be used in `object-path`'s methods like `get()` etc. In example below, I...
in FAQ, let's cover how to identify, is something a set. MDN doesn't mention that either and `typeof` a set returns `object`...
Hi @Septh! Thanks for contributing. I also came here through Medium article and noticed this issue hanging for too long. Let me judge this issue being as objective as I...
I code emails for living and I never use H tags. What are the benefits of H tags anyway? SEO — none in email. Accessibility — maybe, but hidden text...
@bago H tags are this topic, please re-read the first message from kayluhb: > ...when applying color to **h1-6** tags The problems are email software will try to change font-size,...
> webmail that strips any STYLE, either inline or not that's hardcore! @bago Good job on juice!
For the record, the new `.only` behaviour is quite annoying and actually impacts my productivity. I often separate the secondary library's functionality into `util.js` and therefore, unit tests go separately...