Created
July 15, 2019 11:34
-
-
Save ddprrt/2ac0ae04036cd7ec70dbda8f3ff16fc0 to your computer and use it in GitHub Desktop.
My code shares on Twitter. As a gist. Primarily for #a11y
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @typedef {Object} Article | |
* @property {string} title | |
* @property {number} price | |
* @property {number} vat | |
* @property {number} stock | |
* @property {string} description | |
*/ | |
/** @type {Article} */ | |
let article; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment