Appearance
Javascript
Javascript, JS, ECMAScript
The language of the web. The programming language available in your browser.
Javascript is not the same as Java (despite the confusing name similarities).
Interpreters
The most common interpreter is the one that runs in every web browser.
PM2 Process manager -- not really an interpreter, but a way to keep code running
NodeJS is a good interpreter to use for server side processing.
node -v
things work better if running a newer version:
command -v nvm
node -v
things work better if running a newer version:
command -v nvm
if you need to install, see Node notes.
Vue
Many topics related to Vue.
See Also
Here are some good introductions to working with javascript:
https://developer.mozilla.org/en/JavaScript/Guide
And a more detailed reference here:
https://developer.mozilla.org/en/JavaScript/Reference
Many APIs leverage javascript
Language Libraries
https://duckduckgo.com/?q=lodash&t=ffab&ia=web
lodash at DuckDuckGo
https://lodash.com/
Lodash
https://github.com/lodash/lodash
lodash/lodash: A modern JavaScript utility library delivering modularity, performance, & extras.
https://github.com/topics/javascript
javascript · GitHub Topics · GitHub