Tag: JavaScript
Javascript Quiz
153 JavaScript Questions (With Their Answers Explained) — Want to test your JavaScript knowledge? Whether for fun or a job interview, this is an interesting set of questions, complete with explanations of the answers. We first linked to this a year ago when it only had about 40 questions, so it’s grown a lot!
LYDIA HALLIE
5 Chrome DevTools Utilities You Need to Know
3. monitor / unmonitor
If we want to track when a method is called on our page we can use the monitor() function…
Alex Ritzcovan,
https://medium.com/dailyjs/5-chrome-devtools-utilities-you-need-to-know-5bfe58c75773
the link was via npm mailing list:
We came across this handy guide from Alex Ritzcovan for the Chrome users out there, including some lesser-known Chrom DevTools utilities you might not be aware of. Here are 5 of their favorite tools provided by the DevTools team.
go to https://www.npmjs.com/ to sign up or browse.
Javascript Rising Stars
For the 4th consecutive year, Vue.js is the overall winner of our contest, with more then 30,000 stars added on GitHub in 2019.
No surprises at the following spots: React and the code editor VS Code follow in the same order as last year.
The biggest jump in the rankings is Vue Element Admin, a solution to build nice dashboards using Vue.js components, number 4 this year.
Svelte has been around for a few year but it really took off in 2019 and it holds the position number 5.
TypeScript enters the TOP 10, its success has been one of the main changes in JavaScript landscape over the last years.
Deno, the JavaScript run-time built by the creator of Node.js was one of the newcomers in 2018. It’s still trendy, at the 13th position.
Jamstack
A modern architecture —
Create fast and secure sites and dynamic apps with JavaScript, APIs, and prerendered Markup, served without web servers.
https://jamstack.org/
https://jamstack.org/examples/
https://www.shopflamingo.com/
Perspective
Great art is about interpretation.
A) The artist is focusing on the rain on the window instead of the background to underline the nature of the world that is constantly in front of us and always forgotten.
B) The guy doesn’t know how to use the camera on his phone.
Good React tutorial on YouTube
The Ultimate Introduction to ReactJS [Part 1] – Building React From Scratch
Watch out for the scream at the intro, especially if you are wearing headphones. Aside from that it’s good once you get going.
Summary –
Decent length ~ 1 hr and 10 min
Advantages of React
Build TicTacToe app
Recommended.