|
|
|
|
|
by gooderlooking
5121 days ago
|
|
Maybe I'm the only one who missed the memo, but in case anyone else is wondering what a hash is doing in JS: "When writing (in text, not in JavaScript) about properties on specific prototypes, you may use the JavaScript notation, foo.prototype.bar. However, this shorter (non-JavaScript) notation is often used instead: foo#bar. Basically, the hash (#) stands for .prototype. — fancy huh?" http://mathiasbynens.be/notes/javascript-prototype-notation |
|
Please just stick to writing out ".prototype", if writing for a general audience.