Using @ and */ symbols inside JS multiline comments
While documenting JavaScript code using JSDoc, I stumbled upon an annoying issue. My attempts to include the /* symbol in the example code within a multiline comment caused the entire comment block to break. This happens because */ is recognized as t...
hamidreza.tech2 min read