@[email protected] to Programmer [email protected] • 1 year agothe hardest exam questionlemmy.mlimagemessage-square139fedilinkarrow-up1736
arrow-up1736imagethe hardest exam questionlemmy.ml@[email protected] to Programmer [email protected] • 1 year agomessage-square139fedilink
minus-square@[email protected]linkfedilink5•1 year 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-squareKillingTimeItselflinkfedilinkEnglish3•1 year agoeverything is a scripting language if you try hard enough.
It definitely is a scripting language.
hello-world.js
:Your favorite command line tool:
You just need to install
npm
, eg viaapt-get install npm
.everything is a scripting language if you try hard enough.