Ask HN: What else can JavaScript be used for?
Coming from the web development field, I'm interested in what other areas JavaScript is being used in. I know there have been applications in art, education, games, and robotics. I started compiling a list of different uses for JavaScript. [0] What am I missing?
[0] https://github.com/webguyian/javascript-uses
5 comments
[ 2.7 ms ] story [ 21.9 ms ] threadSo to say it can 'do' education seems to be a strange comment. It can be used to write programs that help with education, and you can use it as a language to teach programming - but both of those things are true of Python, PHP, Lisp, Java, etc.
Beyond that, find a problem, fall in love with it, become obsessed by it, and look for ways to solve it.
Great advice. I'll get on that. Thank you.