You must log in or register to comment.
Total shitpost. We use let now.
You mean
const
.Const ipated = 1;
deleted by creator
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));
This is art
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