Welcome to my Express snippits!
console.log(title);
Who?
- I am Frazer from joeyscript!
console.log('I am ' + name + ' from ' + org + '!);
What?
- This are some snippets of code for express.js which is a powerful node.js webserver, http://joeyscript.com runs it!
console.log(whatReasoning);
Where?
- Around Melbourne, Australia
console.log('Around ' + nearbyCity + ', ' + country);
When?
- Now, 17th February 2020 at about 4:48:05pm.
console.log('Now, ' + datetime.local(day) + 'th ' + datetime.local(month, year) + ' at about ' + datetime.local(currentTime) + 'pm.');
Why?
- Because I wanted to, and also I am pretty forgetful and end up dragging source code from another project in a LOT!
console.log(whyReasoning);
How?
Install your extension
- To start, type in 'express-snippets' in the VS Code extensions tab!
| |