You must log in or register to comment.
deleted by creator
Total shitpost. We use let now.
You mean
const
.
Either that for the sweet sweet
node_modules
, or this for the code golf:Array(100).fill().forEach((_, n) => console.log((++n % 3 ? "" : "Fizz") + (n % 5 ? "" : "Buzz") || n));
It doesn’t look like
condition
is imported, onlyifCondition
so I’m not sure that will runI code in Python. Can someone explain what is that magic require function here with a bunch of strings?
it’s how modules get loaded with node.js