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