sorted by: new top controversial old
[-] basdiljhs@lemmy.world 7 points 3 weeks ago

Thank you! Cant believe I missed it was open access ๐Ÿ™๐Ÿ™๐Ÿ™

[-] basdiljhs@lemmy.world 22 points 3 weeks ago

This has a paywall

[-] basdiljhs@lemmy.world 14 points 5 months ago

for(var i=0;i<=100;i++){ if((i%2)==1) console.log(i); }

btw % is the modulo operator, x%y returns the remainder of division of x by y

basdiljhs

joined 1 year ago