Published in JavaScript in Plain English·PinnedMaster React With Ease: Understand Event Bubbling Like a ProLearn what Event Bubbling is and how to prevent it in your React apps — Part 1 — Welcome to Master React With Ease, a series created to help you understand React in a super clear and comprehensible way ❤ I will teach you all you need to know about Event Bubbling so you can start applying what you learned here in your projects! What you’ll learn today: …React8 min read
Published in JavaScript in Plain English·Aug 30, 2021Master React With Ease: Understand Event Bubbling Like a ProPart 2 — Learn more about Event Bubbling as well as a special edge case! — Welcome to Master React With Ease, a series created to help you understand React in a super clear and comprehensible way ❤ In Part 1of Understand Event Bubbling Like a Pro, you learned all you needed to know about Event Bubbling to immediately start applying it in your projects! In…Java Script8 min read
Published in We’ve moved to freeCodeCamp.org/news·Jul 29, 2016Learn Node.js with Brigadier Fluffykins Part III: Request Object, Configure Routes, Serve FilesWelcome to Part III of Learn Node.js With Brigadier Fluffykins, a series created to help you easily understand Node.js ❤ In Part II Brigadier Fluffykins and I walked you through how Node.js is an event driven language. You learned how this is important for asynchronous behavior, and how these events…Nodejs11 min read
Published in We’ve moved to freeCodeCamp.org/news·Jul 20, 2016Learn Node.js with Brigadier Fluffykins Part II: Events, EventEmitter and the Event LoopWelcome to Part II of Learn Node.js With Brigadier Fluffykins, a series created to help you easily understand Node.js ❤ In Part I Brigadier Fluffykins and I introduced Node.js, what you can build with it, async/sync concepts. I walked you through install, and together we created your first server. It…Java Script10 min read
Published in We’ve moved to freeCodeCamp.org/news·Jul 11, 2016Learn Node.js with Brigadier Fluffykins Part I: Sync, Async, and Creating Your First Server!Welcome to Part I of Learn Node.js With Brigadier Fluffykins, a series created to help you easily understand Node.js ❤ A new adventure has arrived! I will be taking you step by step from initial Node.js install to creating your first server, to customizing your responses, understanding streams and events…Nodejs12 min read
Published in We’ve moved to freeCodeCamp.org/news·Jun 27, 2016Learn ES6 The Dope Way Part V: Classes, Transpiling ES6 Code & More Resources!Welcome to Part V of Learn ES6 The Dope Way, a series created to help you easily understand ES6 (ECMAScript 6)! Today we’ll explore ES6 classes, learn how to compile our code into ES5 for browser compatibility and learn about some awesome resources that will help us understand ES6 in…Java Script6 min read
Published in We’ve moved to freeCodeCamp.org/news·Jun 17, 2016Learn ES6 The Dope Way Part IV: Default Parameters, Destructuring Assignment, and a new method!Welcome to Part IV of Learn ES6 The Dope Way, a series created to help you easily understand ES6 (ECMAScript 6)! Today let’s explore two new ES6 concepts and introduce a new method! Default Function Parameters Destructuring Assignment A New ES6 Method ❤ Default Function Parameters Benefits: Useful for situations when you need…Java Script5 min read
Published in We’ve moved to freeCodeCamp.org/news·Jun 14, 2016Learn ES6 The Dope Way Part III: Template Literals, Spread Operators, and Generators!Welcome to Part III of Learn ES6 The Dope Way, a series created to help you easily understand ES6 (ECMAScript 6)! Let’s adventure further into ES6 and cover three super valuable concepts: Template Literals Spread Operators Generators Template Literals Benefits: Easy expression interpolation and method calls! See examples below. Including complex information…Java Script4 min read
Published in We’ve moved to freeCodeCamp.org/news·May 16, 2016Learn ES6 The Dope Way Part II: Arrow functions and the ‘this’ keywordWelcome to Part II of Learn ES6 The Dope Way, a series created to help you easily understand ES6 (ECMAScript 6)! So, what the heck is => ? You’ve probably seen these strange Egyptian-looking hieroglyphics symbols here and there, especially in someone else’s code, where you’re currently debugging a ‘this’ keyword issue. After an hour of tinkering…Java Script4 min read
Published in We’ve moved to freeCodeCamp.org/news·May 1, 2016Learn ES6 The Dope Way Part I: const, let & varWelcome to Part I of Learn ES6 The Dope Way, a series created to help you easily understand ES6 (ECMAScript 6)! First up, what’s the deal with const, let, and var? You’ve probably been a witness to one of these situations — let and/or const being substituted for var, or…ES 63 min read