
Learn JavaScript
Eloquent JavaScript
JavaScript.com
Scrimba
React Tutorial
JavaScript Quiz
Free Code Camp
JavaScript Knowledge Map
Can I use
CSS-Tricks
Browsershots
browserling
Sauce Labs
CrossBrowserTesting
Litmus
Sizzy
Learn JavaScript
Can I useBased on our record, Can I use should be more popular than Learn JavaScript. It has been mentiond 408 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I haven't done this course, but I have been programming with Javascript for about ~1.5years and can build things with React, the best course I found, and I bet it would translate to angular, is learnjavascript.online. Another resource that is good is http://csbin.io/ which is a codesmith platform. The former is more practical and will teach you prequisite concepts to use frameworks, the latter is more theoretical... Source: almost 3 years ago
The Jad Joubran courses on the other hand really upped my skill level and helped me make the jump from passive learning, exercises and very small projects to making legitimate web apps. That was probably the biggest/scariest jump I've made in my learning journey, and without those courses and the hands-on skill checks and projects he makes you do, I wouldn't have gotten to where I am (which is close to finishing... Source: almost 3 years ago
Hi everyone! I'm in the very early stages of creating an interactive course and I would like to hear your thoughts on them. So far I've come across Scrimba and Jad Joubran's learn X series of sites (learnjavascript.online, learnhtmlcss.online, etc...). Has anyone completed any of them? Any there any others that you really like or would recommend? Source: about 3 years ago
Learnprogramming.online and learnjavascript.online (I haven't really looked at these too deeply yet, but someone just shared them with me and they look really cool!). Source: about 3 years ago
I am learning to code in Javascript using https://learnjavascript.online/ but am finding it a lonely experience. Hoping to jump in and learn with others as I go. Hope this question may help get things going. Source: about 3 years ago
> This is because NewV7 assumes that the wallclock timer always has microsecond or nanosecond precision, though a browser's wallclock (new Date.getTime()) is millisecond precision. That's true of Date, but not Temporal, which supported in most cases. [1] There needs to be a fallback, but `Temporal.Now.instant()` is nanosecond-precise. [1] https://caniuse.com/?search=temporal. - Source: Hacker News / 11 days ago
Off-topic, but, Safari seems to be the only browser that doesn't support Temporal yet. It looks like the only blocker for adopting it on web. https://caniuse.com/?search=Temporal. - Source: Hacker News / about 1 month ago
Browser support varies. Use caniuse.com before committing. For features you must have everywhere, polyfills exist. For features that gracefully degrade, feature detect with if ("foo" in window) and ship the better experience to capable browsers. - Source: dev.to / about 2 months ago
Last time I checked caniuse.com (early 2026), AVIF support looks like:. - Source: dev.to / about 2 months ago
To prevent these situations, you can use Can I Use before adding cutting-edge features, and you should always provide a fallback style. - Source: dev.to / 11 months ago
Eloquent JavaScript - Free ebook for the JS Beginners
CSS-Tricks - CSS-Tricks is a website about websites.
JavaScript.com - A free resource for learning and developing in JavaScript
Browsershots - Browsershots makes screenshots of your web design in different browsers.
Scrimba - Interactive coding screencasts created in an instant
browserling - Live interactive cross-browser testing from your browser.