What alternative would you suggest if I just want to talk to my mates while gaming? I gave up on setting up TeamSpeak after like an hour and many crashes and errors. I was a TeamSpeak fan for many years when using windows, but on Linux I highly dislike it.
- 0 Posts
- 5 Comments
Joined 2 years ago
Cake day: July 31st, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
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)
JS !== Java
Try Javascript some day!
- We have truthy and falsy! Empty string or null? Yeah, that’s false!
- Of course we can parse a string to number, but if it’s not a number it’s NaN!
- null >= 0 is true!
- Assign a variable with =, test type equality with == and test actual equality with ===. You will NEVER use the wrong amount of = anywhere, trust me!
- Our default sort converts everything to string, then sorts by UTF-16 code. So yes, [1, 10, 3] is sorted and you are going to live with it.
- True + true = 2. You know I’m right.
Try Javascript today!
Konlanx@feddit.deto Fuck Cars@lemmy.world•[image] Both cars fit the same amount of peopleEnglish0·2 years agoBoth of them are used to transport mostly a single person at a time. Even the small one is too big.
I would like to ask a similar question:
I very much like the “the beauty and the beast” - styled metal. That’s at least what I read online sometime what it’s called.
The mix of a male voice growling and a female voice singing melodic kinda does it for me, but so far I had very little luck finding stuff that fits, actually just a few songs.
Any recommendations?