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 3
Functions
Functions allow us to store a piece of code that does a single task inside a defined block, and then call that code whenever we need rather than having to type out the same code multiple times. In this video, we will dig into functions, including their basic syntax and how to invoke and define them. - Study the isolation and reusability of JavaScript functions - Learn function syntax - Understand how to create and invoke functions as needed