Skip to content Skip to sidebar Skip to footer
Showing posts with the label Jsdoc

Is It Possible To Get The Autocomplete Functionality In Appsscript's Script Editor To Work On Custom Classes?

If I construct a class in AppScript and add a method, is it possible to get the autocomplete featur… Read more Is It Possible To Get The Autocomplete Functionality In Appsscript's Script Editor To Work On Custom Classes?

_best Practices For Jsdoc'ing Javascript Files Written In The "revealing Module Pattern" Style?

Most of my Javascript functions are relatively simple, and called for their sideeffects: I use jQu… Read more _best Practices For Jsdoc'ing Javascript Files Written In The "revealing Module Pattern" Style?

Document Structure Of A Value For Arbitrary Keys In An Object In Jsdoc

I have a function factory: function factory(events) { for(const key in events) { const { befo… Read more Document Structure Of A Value For Arbitrary Keys In An Object In Jsdoc