I'm a straight cis guy and I like the memes posted in this community. They are 99% wholesome and just asking for acceptance in meme format, which is nice.
Seems like feddit.de shows a lot of Blahaj stuff and that's good.
I'm a straight cis guy and I like the memes posted in this community. They are 99% wholesome and just asking for acceptance in meme format, which is nice.
Seems like feddit.de shows a lot of Blahaj stuff and that's good.
Uff... Wenn die AfD in der Regierung mitmacht, dann müssen wir ja Widerstand machen.
Diggah, gar kein Bock, aber muss dann ja.
This is due to the default sorter in JavaScript sorting by the string value. The reason for that is that this won't create errors at runtime. Since JavaScript does not have types, this is the safest way of sorting.
This works:
const unsorted = [1, 100000, 21, 30, 4]
const sorted = unsorted.sort((a, b) => a - b)
What a great post. Thank you for sharing it and all the best for you!
It's not. The default sorter does that, because that way it can sort pretty much anything without breaking at runtime. You can overwrite it easily, though. For the example above you could simply do it like this:
[3, 1, 10].sort((a, b) => a - b)
Returns: [1, 3, 10]
JS !== Java
Try Javascript some day!
Try Javascript today!
Both of them are used to transport mostly a single person at a time. Even the small one is too big.
So, my grandfather has a smartphone and knows enough about it to call, send messages and most importantly, use the emergency contacts. My grandmother doesn't really understand the phone. One time I called them to say congratulations for her birthday and she didn't know how to hang up, so apparently she just put the phone down. I could hear them talk, saying that "he's become a good person, always remembers us" and the fact that I wasn't meant to hear that made it extremely meaningful to me.
NASA has a super interesting explanation about it here: https://svs.gsfc.nasa.gov/4709
Probes have also been taking pictures: https://en.m.wikipedia.org/wiki/Far_side_of_the_Moon
I know you are joking, but it's super interesting to me, so I wanted to share something about it.
It's super simple!
You click a square, it's either a bomb or not. If it's not, it will show a number telling you how many of the surrounding 8 squares contain a bomb. If a square has 0 bombs in surrounding squares it will just open, so you save unnecessary clicks. It's the goal to click every square that does not contain a bomb. If you click a bomb, you lose.
After understanding the rules you can beat the game super quick and easily.
Und die sind sich sicher, dass es gar keinen anderen Ort gibt, an dem man bauen könnte? Ganz, ganz sicher?
Well.