(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
ReferenceError is Scope resolution-failure related, whereas TypeError implies that Scope resolution was successful, but | |
that there was an illegal/impossible action attempted against the result. |
From my Pluralsight course: https://app.pluralsight.com/library/courses/asynchronous-javascript-reasoning/table-of-contents
To boil down a whole lot of details to a few simple takeaways, and help you know whether to use == or === in various situations, here are my simple rules:
https://www.quora.com/What-are-the-top-10-websites-a-web-developer-must-see/answer/Jonathan-Danylko
Over the years, here are my top websites that every web developer must see and examine indepth and why I believe they are important:
CSS Zen Garden (The Beauty of CSS Design) - The CSS Zen Garden opened my eyes to CSS and gave me a great understanding of the difference between presentation and structure. On the site, the HTML is the same across all pages...the only thing different is the CSS. Sitepoint (SitePoint – Learn HTML, CSS, JavaScript, PHP, Ruby & Responsive Design) - I believe Sitepoint to be a great site to learn a number of web technologies. Most of the tutorials are bite-sized and great to digest and learn from. A List Apart (For People Who Make Websites) - A List Apart is another site for the latest web technologies and providing value and assistance for web developers. DZone (DZone: Programming & DevOps news, tutorials & tools) - I first chatted about this site back in 2006 on my site (dZone: D
0x29f2bBcC958D0B1E3e0039D9E6575DfD62d5Ae9B |