Book Image

Learn JavaScript: Build Your Own Blockchain [Video]

By : Brett Hooper
Book Image

Learn JavaScript: Build Your Own Blockchain [Video]

By: Brett Hooper

Overview of this book

<p>As the Blockchain revolution rages around us, you may be feeling left behind as the technology and coin values continue to develop at breakneck speed.<br />As budding JavaScript developers, breaking into Blockchain tech is something we’ve most likely wanted as we definitely need to stay up-to-speed in our evolving environment.</p> <p>While the steep and rigorous learning curve that the likes of Bitcoin and Ethereum programming present may be too much for us as we step into the Blockchain arena, this course eases the barrier of entry with a hands-on implementation of Blockchain tech with a familiar language, JavaScript, that you can use to create and understand a Blockchain system capable of hosting our own Cryptocurrency.</p> <p>Join me in Learn java script: Build your own Blockchain and we’ll position ourselves to become well rounded JavaScript developers and new Blockchain entrepreneurs.</p> <h1>Style and Approach</h1> <p>This course is designed to present basic JavaScript instruction for developers looking to expand their skill-set by taking on a new type of programming challenge: Blockchain development.</p>
Table of Contents (6 chapters)
Chapter 3
JavaScript Necessities: The Must-Have Stuff
Content Locked
Section 5
Objects and Classes
In this video, we'll look at basic JavaScript object syntax. We should be aware at this point, if we're not already, that most of the structures we've worked with so far in this course are in fact objects. Let's get into some details and see why this is so. - Understand the structure and use of objects - Learn how classes are defined and used to create object instances - Discuss the use of constructors in class definitions