Adding Custom Code Snippets in VSCODE
If you are anything like me (which I hope not), you will find that declaring a constant const or typing out an async function in full is pretty stressful.
const constant = " "
const reallyLongFunctionName = async()=>{
// really long code
}
Although...
arize.hashnode.dev2 min read