Saw your cake, happy birthday @ValiantWind!
6 Likes
lol I was about to create a post for it. Tysm bro
5 Likes
alert(“Happy birthday ValiantWind!”)
2 Likes
Happy birthday dude!
2 Likes
Bappy Hirthday my guy!
2 Likes
window.alert(“Happy Bday Val!”)
3 Likes
Thank you so much everyone
function checkBirthday(birthdate) {
let date = new Date().toLocaleDateString().substring(0, 4)
let year = Number(new Date().toLocaleDateString().substring(5, 9))
let birthyear = birthdate.substring(5, 9)
birthyear = Number(birthyear)
if(date == birthdate){
return { "age": year - birthyear, "isBirthday": true }
} else {
return { "age": year - birthyear, "isBirthday": false }
}
}
console.log(checkBirthday("4/11/2006"))
{ “age:” 17, “isBirthday”: true }
4 Likes
Happy Birthday! u know the drill, I wish you more bugs in your code!
3 Likes
It appears to be cakeday (birthday edition) for @ValiantWind.
Also random fact:
I am pretty sure valiant wind was in some discourse forum known as blackiron known by pixlz but left it early.
Sadly, the forum shutdown on march.
1 Like
I’ve never met the drill, who is it? What’s the name of the drill? Is it a polite drill?
1 Like
<script>alert(“Happy birthday”)</script><img src=“a” onerror=‘alert(“Happy birthday”)’>
2 Likes
The lack of semicolons is making me cry