@[email protected] to Programmer [email protected] • 9 months agothe hardest exam questionlemmy.mlimagemessage-square121fedilinkarrow-up1716arrow-down122
arrow-up1694arrow-down1imagethe hardest exam questionlemmy.ml@[email protected] to Programmer [email protected] • 9 months agomessage-square121fedilink
minus-square@[email protected]linkfedilink5•9 months ago It’s also not a scripting language. It definitely is a scripting language. hello-world.js: #!/usr/bin/env node console.log("Hello world"); Your favorite command line tool: chmod +x ./hello-world.js ./hello-world.js You just need to install npm, eg via apt-get install npm.
minus-squareKillingTimeItselflinkfedilinkEnglish2•9 months agoeverything is a scripting language if you try hard enough.
It definitely is a scripting language.
hello-world.js
:#!/usr/bin/env node console.log("Hello world");
Your favorite command line tool:
chmod +x ./hello-world.js ./hello-world.js
You just need to install
npm
, eg viaapt-get install npm
.everything is a scripting language if you try hard enough.