You must log in or register to comment.
deleted by creator
Total shitpost. We use let now.
You mean
const
.Const ipated = 1;
Unless you code for an ancient java class that includes js code… (yuck)
No, no rewrite, it’s going to de replaced soon™… (like the cobol code)
I 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
It doesn’t look like
condition
is imported, onlyifCondition
so I’m not sure that will runEither 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));