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.
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!
A racing game that has a very nice track builder and is very open to modding. Its focus is on the individual driver and the time they achieve on a track.
Flying for hundreds of meters, drifting under water, going at high speeds through multiple loopings, sliding on ice and so much more is totally possible with Trackmania.
Try it, the base game is free and their pricing for online services and cups is totally fine.
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.
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.
You mean the people running big corporations and not giving a fuck about the environment, right?
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.