Contains the code snippets for JavaScript (ES6) development in VS Code editor
MIT License
332
stars
137
forks
source link
@ -74,7 +74,8 @@ Below is a list of all available snippets and the triggers of each one. The ** | `prom→` | creates a new Promise `return new Promise((resolve, reject) => {});`| | `thenc→` | adds then and catch declaration to a promise `.then((res) => {}).catch((err) => {});`| ### Console methods ###< 134 > Console methods | Trigger | Content | | -------: | ------- | | `cas→` | console alert method `console.assert(expression, object)`| @ -94,4 +95,4 @@ Below is a list of all available snippets and the triggers of each one. The ** | `cti→` | console time `console.time` | | `cte→` | console timeEnd `console.timeEnd` | [code]: https://code.visualstudio.com/ [code]: https://code.visualstudio.com/ #132