Ukraine @Greenreader9 !
Congrats, you noticed!
Cake for you → ![]()
Parcel it to me, my address _____
Woah, your address is [Redacted]?
Nice!
Mine is ████████████ in ██████ in the state of ██████ in U.S.A
Cake for anyone who can guess what mathematical principal this expresses:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Just a little test for [Redacted]</title>
</head>
<body>
<h1>Number:</h1>
<p id="num"></p>
<br/>
<h1>Iterations:</h1>
<p id="iter"></p>
<script>
try{
const {requestAnimationFrame, setTimeout, setInterval} = globalThis;
const num = document.querySelector("#num");
const iter = document.querySelector("#iter");
const callback = (n) => {
let total = Math.pow((1 + 1/n), n);
num.textContent = total;
iter.textContent = (n++).toLocaleString();
requestAnimationFrame(() => callback(n));
};
callback(1);
}
catch(err){
window.alert(err.stack);
}
</script>
</body>
</html>
(I put it in a try-catch because my school blocks devtools and it didn’t work for a little bit, it took a few moments to debug)
So does mine. And guess what they also blocked this week?
Guess before you click
You did guess, right?
The “View Source” command! The View Source command. That makes my list of top ten ***** things the school has done.
There’s a better view-source extension on chrome web store.
They also recently disabled ending tasks in task manager (although their monitoring software re-starts itself anyways).
Anyways, did you guess yet?
Link por favor?
No, and I do not think I will be able to. Me === Not good at JS (I think it is ===, or is it =?)
Javascript can compare numbers to strings, so == is a non-strict operators. For instance, 1 == "1" will be true, but === is a strict comparison operator. Therefore, 1 === "1" will be false. 1 = "1" doesn’t work. I do not know of a language who uses the = sign to compare something. Languages that are strictly typed and don’t allow comparison between two different types just have the == operator. JS is a little different. PHP also uses the triple equals (===) operator.
Also, I edited my OG code because it’s bad.
The new one is “correct”.
@Greenreader9
your prof pic !
Thanks!
meanwhile in Italy ![]()

Le what?
Looks like that image didn’t convert…
Nice image tho!
Also,

Half a million iterations! It took me around half an hour XD
@Oxydac, do you know what the program I showed does?
Take a guess! If you guess correctly, you know what, cake for all actually!!!
Wow
(Edit this post Oxy, I left a message)
And you are officially a copy-cat @Oxy, although I will let it slide as it is for a good cause ![]()
Yum!
Wait, how?
…
Oh gosh, I forgot to edit that out when I edited it (it was wrong so I fixed it, but forgot to re-take out that part) ![]()
Here, take a cake everyone!
![]()
![]()
Fish cake?
Oh well, if ya want it, take it!
I have transparent color over avatar so it is pale
![]()
Ah well, I set myself up for disaster anyways.
Hey, also, haven’t posted a song in a while.
Here, it’s a new one.
Tell me what ya think!


