This media is not supported in your browser
VIEW IN TELEGRAM
Well, that's some next level web scroll animation. Do look at the loader at the start for god sakeπ₯.
I literally don't care on the content in a different language at this point π
I literally don't care on the content in a different language at this point π
Re the previous question. You are the smartest audience, can't add anything here.
The full answer and explanation:
The unary plus tries to convert an operand to a number. true is 1, and false is 0.
So, 1 and false is the correct answer
The string 'Lydia' is a truthy value. What we're actually asking, is "is this truthy value falsy?". This returns false.
If you think that was too easy, and want more, then go check the full list of questions
The full answer and explanation:
The unary plus tries to convert an operand to a number. true is 1, and false is 0.
So, 1 and false is the correct answer
The string 'Lydia' is a truthy value. What we're actually asking, is "is this truthy value falsy?". This returns false.
If you think that was too easy, and want more, then go check the full list of questions
GitHub
javascript-questions/README.md at master Β· lydiahallie/javascript-questions
A long list of (advanced) JavaScript questions, and their explanations :sparkles: - lydiahallie/javascript-questions
Make advertisers cry
If you are like me and don't support the fact that some companies track you like monsters (knowing more than your mom does), then there is a really cool thing that can make their life miserable π
Mozilla recently launched a service that will open 100 tabs for you, moving your advertising profile to the one you select. Currently, you can become either a rich guy, influencer or a Armageddon paranoic.
Do note that your real advertising profile will be replaced and you might be getting info on where to find the nearest shelter and how to get your food survive a few years underground.
No mobile support through (makes sense).
https://trackthis.link/
Also, if you haven't thought of this yet, let me just tell you that Firefox and Brave are equally good browsers that are not making money mainly on advertisement and collecting user's data. The last one even pays you for viewing ads.
If you are like me and don't support the fact that some companies track you like monsters (knowing more than your mom does), then there is a really cool thing that can make their life miserable π
Mozilla recently launched a service that will open 100 tabs for you, moving your advertising profile to the one you select. Currently, you can become either a rich guy, influencer or a Armageddon paranoic.
Do note that your real advertising profile will be replaced and you might be getting info on where to find the nearest shelter and how to get your food survive a few years underground.
No mobile support through (makes sense).
https://trackthis.link/
Also, if you haven't thought of this yet, let me just tell you that Firefox and Brave are equally good browsers that are not making money mainly on advertisement and collecting user's data. The last one even pays you for viewing ads.
Track This | A new kind of Incognito
Throw ad trackers off your trail with 100 tabs of pure madness.
If you want to challenge yourself and try everything negative that bad UX can bring, try this one. Only for educative purposes.
Please never ever follow anything you see there.
https://userinyerface.com
PS I finished it in 6 minutes. Was tough.
Please never ever follow anything you see there.
https://userinyerface.com
PS I finished it in 6 minutes. Was tough.
Telegram now supports animated stickers. If anyone creates their own and they are good, let me know - i will share them with the community.
Await for loop
One of our subscribers (@czjiyomo) wrote an interesting article on how to make loops perform asynchronously.
Worth a read
Note from me: if you didn't know, you can like (clap) for posts on medium up to 50 times, all you need is just hold the clap button.
One of our subscribers (@czjiyomo) wrote an interesting article on how to make loops perform asynchronously.
Worth a read
Note from me: if you didn't know, you can like (clap) for posts on medium up to 50 times, all you need is just hold the clap button.
Medium
Why Should You Use Async Generators?
Discussing the concepts and strategies related to async generators
In addition to cool animated stickers what I really like about telegram is good quality content channels.
There are literally 3 channels that I constantly read and hold unmuted (amongst around 40). One of them is @perspectiveIX - this is all I need for keeping myself up to date with all the media and tech news.
Definitely check it out if you are not yet subscribed (somehow). And have a closer look at their last post.
There are literally 3 channels that I constantly read and hold unmuted (amongst around 40). One of them is @perspectiveIX - this is all I need for keeping myself up to date with all the media and tech news.
Definitely check it out if you are not yet subscribed (somehow). And have a closer look at their last post.
Almost a thousand people thought it's an interesting topic for a vote.
It is a very sentimental thing indeed. While dark mode is cool and trendy (even telegram ban design competitions in dark mode as they typically look better), there are quite a few people, who support light theme. Generally, the argument I hear is that it's easier and better for reading (not quite true though, it is mostly just what you used to and the type of app - think of Excel in dark modeπ€·ββ).
Discord is a great example. They launched their messenger in a dark mode by default. Yet there were people, who were complaining and made discord support light theme.
Now nearly everyone joke around about that (even discord itself).
Here is proof with some memes on discord light theme.
It is a very sentimental thing indeed. While dark mode is cool and trendy (even telegram ban design competitions in dark mode as they typically look better), there are quite a few people, who support light theme. Generally, the argument I hear is that it's easier and better for reading (not quite true though, it is mostly just what you used to and the type of app - think of Excel in dark modeπ€·ββ).
Discord is a great example. They launched their messenger in a dark mode by default. Yet there were people, who were complaining and made discord support light theme.
Now nearly everyone joke around about that (even discord itself).
Here is proof with some memes on discord light theme.
Another nice article from our subscriber ( @Arshifarahani ).
He shares his experience on how to approach freelance projects and minimize problems.
Have a read
He shares his experience on how to approach freelance projects and minimize problems.
Have a read
Medium
10 must known rules for freelance projects β For Developers
These are the golden rules from an experienced IT guy who has done 10s of projects from all around the world.
All you need to know about CORS and one of the most typical errors when you work with external APIs.
The article also explains the difference between "Client" and "Browser" as well as why there are such restrictions in JS while its so much simpler in Python or Java.
Article here
The article also explains the difference between "Client" and "Browser" as well as why there are such restrictions in JS while its so much simpler in Python or Java.
Article here
ββAnd that's how you can show that πΏ cultural and historical things can be trendy π₯
TheFrontEndπ₯
ββSo Christmas and New Year's celebrations are done, looks like it's just the right time to set proper achievable goals for 2019. For this channel the goal is nice and simple - 6k subs by the end of the 2019. Let's see how it goes. Thank you to all of youβ¦
Well, looks like we gonna hit 6k waaay before next NY. I don't even know how channel that I created for myself to save things I like got so popular π€·ββοΈ.
THANK YOU!
THANK YOU!
ββQUIZ TIME
What would the following statement return in JavaScript:
What would the following statement return in JavaScript:
['1', '7', '11'].map(parseInt)The answer to the previous quiz is [1, NaN, 3] and not what most thought [1, 7, 11] - although it does seems obvious for some.
Congrats to 123 people, who got it rightπ₯³π.
To understand the correct answer, I invite you to read this as it explains it pretty well.
For lazy ones: just scroll to the end pf the article
Congrats to 123 people, who got it rightπ₯³π.
To understand the correct answer, I invite you to read this as it explains it pretty well.
For lazy ones: just scroll to the end pf the article
Medium
Why ['1', '7', '11'].map(parseInt) returns [1, NaN, 3] in Javascript
Javascript is weird.