JavaScript-mancy: Getting Started
JavaScript-mancy: Getting Started
Getting Started With the Arcane Art of Writing Awesome JavaScript For C# Developers
About the Book
This is the first book of the JavaScript-mancy series. Within its mysterious pages you'll find:
- A great introduction to the JavaScript language full of fantasy inspired examples and exercises
- A detailed look at the new and awesome ES6 features in a historical context, highlighting why they exist and which problems they're trying to solve
- A lot of references to C# that will make it super easy for C# and Java developers to wrap their heads around JavaScript and its quirks. (This also extends to developers familiar with strongly typed languages)
- A breathtaking story of EPIC proportions and awkward sense of humor...
Imagine... imagine you lived in a world were you could use JavaScript to change the universe around you, to tamper with the threads that compose reality as you know it and do anything that you can imagine. Well, welcome to the world of JavaScript-mancy, where wizards, also known as JavaScriptmancers, control the arcane winds of magic wielding JavaScript to and fro and command the very fabric of reality.
We, programmers, sadly do not live in such a world. But we do have a measure of magic in ourselves, we have the skills and power to create things out of nothingness. And even if we cannot throw fireballs or levitate (yet), we can definitely change/improve/enhance reality and the universe around us with our little creations. Ain't that freaking awesome?
Well, I hope this book inspires you to continue creating, and using this beautiful skill we share, this time, with JavaScript ;).
For many years JavaScript has been frowned upon and looked down on by many developers due to its quirky nature, obscure behaviors and many WTFs that populate its hairy APIs and operations.
Frown upon no more! For with modern design patterns, libraries, tools and the long awaited ECMAScript 6 (ES6, ES2015) writing JavaScript is now a pleasure.
Join me at the school of JavaScript-mancy as we travel along the modern landscape of writing JavaScript in 2015 and beyond, as we discover the organic evolution of this beautiful language and its thriving ecosystem, and delve in the latest features/spells/incantations of the JavaScript Arcana.
You my friend, can no longer ignore JavaScript. JavaScript is the most deployed language on earth, a beautiful and expressive language that supports many paradigms and which has a thriving community that continuously expands and improves its ecosystem with patterns, libraries, frameworks and tools. You don't want to miss this train.
But JavaScript, though forgiving and specially conceived to be easy to learn, can be either daunting for us that have a strongly-typed mindset and come from languages such as C# or Java or, more often, laughed at as a toy.
For you who consider it daunting and hate working with it worry not! I will show you the most common misconceptions and all the patterns you need to know to become as fluent in JavaScript as you are in C#.
For you who consider it a toy language, something associated not with real programming but with copy-paste coding or scripting to add flare to websites, I will show you all the different patterns and programming paradigms that JavaScript supports and which make it just as good and powerful as C#.
Let's get our JavaScript adventure started!
Bundles that include this book
About the Contributors

Technical Reviewer
Andreas is a consultant, passionate programmer, double master and a lifelong learner.
Andreas enjoys all sorts of tech and has been developing software that runs on everything from ship engines to the cloud. He enjoys working in the full stack because it’s rewarding, exciting and challenging, all at the same time.

Technical Reviewer
Independent software consultant and agile coach, Nathan is pas- sionate about development and a firm believer in agile principles. In his day job he is contractor helping clients to build and deliver working software.
Nathan has successfully bootstrapped agile teams in various com- panies and has given presentations on technology and agile at a number of events.
Reader Testimonials

Andreas Wänqvist
Software Developer at Simplygon
Doesn't matter if you are not in to #csharp or #javascript Just get it! :) Awesome work

Andreas Bäcklund
Software Developer and IT Consultant at Active Solution
I read it and it's awesome! Book tip for those who want to gain/refresh some JS skills :)

Samuel Tremblay
Software Developer at NéoSynergix Inc.
I started reading a sample of this book yesterday and I'm in love with your writing style. Even if I've written a lot of Javascript and I already know about javascript scoping and all these hidden behaviors, I will buy your book just to read it like one goes to see a good movie. Good job!

Shawn Busuttil
Junior Front End Developer at Realm Entertainment Ltd
A book about JavaScript that is both well-written and at the same time written in style is hard to come by! Even if you are not a beginner in JS or a C# developer, this book is a total gem of the ES6 era.
Table of Contents
-
- About The Author
- About the Technical Reviewers
-
Prelude
- A Story About Why I Wrote This Book
- Why Should You Care About JavaScript?
- What is the Goal of This Book?
- What is the Goal of The JavaScript-mancy Series?
- Why JavaScript-mancy?
- Is This Book For You?
- How is The Book Organized?
- How Are The JavaScript-mancy Series Organized? What is There in the Rest of the Books?
- Understanding the Code Samples in This Book
- A Note About ECMAScript 5 and ECMAScript 6,7 within The Book
- A Note About the Use of Generalizations in This Book
- Do You Have Any Feedback? Found Any Error?
- A Final Word From the Author
-
Tome I. Mastering the Arcane Art of JavaScript-mancy
- Introduction
- Once Upon a Time…
-
The Essential Ingredients Of JavaScript-Mancy
- An Introduction to JavaScript-Mancy
- JavaScript
- JavaScript Has Some Types
- Strings in JavaScript
- Functions in JavaScript
- OOP and Objects in JavaScript
- Arrays, Maps and Sets in JavaScript
- JavaScript Flow Control
- Logical Operators in JavaScript
- Exception Handling
- Regular Expressions
- But Beware, JavaScript Can Be Weird and Dangerous
- Concluding
-
The Basics Of JavaScript Functions
- The Basics Of Functions
- Functions are the Key
- Function Expressions
- Function Declarations
- Concluding: Prefer Function Declarations and Named Function Expressions
- Exercises
-
Useful Function Patterns: Default Arguments
- Have You Heard Of Defaults?
- Using Default Arguments in JavaScript Today
- Defaults with Objects
- Native Default Arguments with ECMAScript 6
- Concluding
- Exercises
-
More Useful Function Patterns: Arbitrary Arguments
- An Arbitrary Number of Arguments
- The Craziness Of Function Arguments in JavaScript
- Functions with Arbitrary Arguments Right Now!
- Array-Like Objects
- Native Arbitrary Arguments with ES6 Rest Parameters
- Concluding
- Exercises
-
More Useful Function Patterns: Function Overloading
- Have you Heard About The Marvels Of Overloading?
- The Problem with Function Overloading in JavaScript
- How Do We Do Function Overloading Then?
- Function Overloading by Inspecting Arguments
- Using an Options Object
- Relying on ES6 Defaults
- Taking Advantage of Polymorphic Functions
- Concluding
- Exercises
-
On the Art of Summoning Servants and Critters, Or Understanding The Basics of JavaScript Objects
- An Army of Objects
- Object Initializers (a.k.a. Object Literals)
- Creating Objects With Factories
- Data Privacy in JavaScript
- ES6 Improves Object Initializers
- ES6 Symbols and Data Privacy
- Concluding
- Exercises
-
Mysteries of the JavaScript Arcana: JavaScript Quirks Demystified
- A Couple of Tips About JavaScript Quirks and Gotchas
- A Quick Refresher of the JavaScript Arcana 101
- This, Your Most Dangerous Foe
- Global Scope by Default and Namespacing in JavaScript
- Type Coercion Madness
- Using JavaScript in Strict Mode
- Concluding
- Exercises
-
A Guide to Strings, Finding the Right Words and Proper Spell Intonation
- Find the Right Words You Must
- The Basic Of Strings
- New String Features in ES6
- String Cheatsheet
- Concluding
- Exercises
-
Upgrading Your Everyday JavaScript Magic With ES6 - Destructuring
- Welcome to the Future! ECMAScript 6
- Destructure All The Things!
- Destructuring Objects
- Destructuring Arrays
- Destructuring Function Arguments
- Concluding
- Exercises
-
Upgrading Your Everyday JavaScript Magic With ES6 - Arrow Functions
- Behold! The Arrow Function!
- Arrow Functions Arcana
- Arrow Functions And This Gotchas
- Arrow Functions Don’t Have Arguments Object
- Arrow Functions and the New and Super Operators
- Concluding
- Exercises
-
Upgrading Your Everyday JavaScript Magic With ES6 - The Spread Operator
- Ready To Spread Your Wings?
- Use the Spread Operator to Seamlessly Concatenate Arrays
- Easily Use Apply With the Spread Operator
- Converting Array-likes and Collections Into Arrays
- Spread Lets You Combine New and Apply
- Concluding
- Exercises
-
Tome I.II JavaScriptmancy and Data Structures
-
JavaScript Arrays: The All-in-one Data Structure
- We’ll Just Need To Make Sense of All These Items
- JavaScript’s Array
- An Extremely Flexible Data Structure
- Sorting Arrays
- Safe Array Methods
- JavaScript Arrays and LINQ
- Other ES6 and ES7 Features
- Array Cheatsheet
- Concluding
- Exercises
-
Organizing Your Data With ES6 Maps
- Take a Look at These Maps
- JavaScript’s Map
- Iterating Over the Elements of a Map
- Creating a Map From an Iterable Collection
- Map Cheatsheet
- Concluding
- Exercises
-
Sets, For When There Can Only Be One
- You Are One of a Kind
- Working With Sets
- Iterating Sets
- Using Array Methods With Sets
- How Do Sets Understand Equality?
- Sets Cheatsheet
- Concluding
- Exercises
-
JavaScript Arrays: The All-in-one Data Structure
- Book I. Epilogue
-
Tome I.III JavaScriptmancy and OOP: The Path of The Summoner (preview)
-
Introduction to the Path of Summoning and Commanding Objects (a.k.a. Object Oriented Programming)
- A Soft Introduction to OOP in JavaScript
- C# Classes in JavaScript
- OOP Beyond Classes
- Combining Classes with Object Composition
- The Path of the Object Summoner Step by Step
- Concluding
-
Introduction to the Path of Summoning and Commanding Objects (a.k.a. Object Oriented Programming)
-
References and Appendix
-
Appendix A. Setting Up Your Developing Environment For ES6
- Using ES6 with Node.js
- ES6 and Modern Browsers
- Real-World ES6 Development Environments
- Appendix B. Fantasy Glossary
-
References
- Specifications
- Books
-
Appendix A. Setting Up Your Developing Environment For ES6
- Notes
The Leanpub 60-day 100% Happiness Guarantee
Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.
See full terms
Do Well. Do Good.
Authors have earned$11,815,072writing, publishing and selling on Leanpub, earning 80% royalties while saving up to 25 million pounds of CO2 and up to 46,000 trees.
Learn more about writing on Leanpub
Free Updates. DRM Free.
If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).
Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.
Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.
Learn more about Leanpub's ebook formats and where to read them
Top Books
Stratospheric
Tom Hombergs, Björn Wilmsmann, and Philip RiecksFrom Zero to Production with Spring Boot and AWS. All you need to know to get a Spring Boot application into production with AWS. No previous AWS knowledge required.
Go to stratospheric.dev for a tour of the contents.
C++20 - The Complete Guide
Nicolai M. JosuttisAll new language and library features of C++20 (for those who know previous C++ versions).
The book presents all new language and library features of C++20. Learn how this impacts day-to-day programming, to benefit in practice, to combine new features, and to avoid all new traps.
Buy early, pay less, free updates.
Other books:
OpenIntro Statistics
David Diez, Christopher Barr, Mine Cetinkaya-Rundel, and OpenIntroA complete foundation for Statistics, also serving as a foundation for Data Science.
Leanpub revenue supports OpenIntro (US-based nonprofit) so we can provide free desk copies to teachers interested in using OpenIntro Statistics in the classroom and expand the project to support free textbooks in other subjects.
More resources: openintro.org.
node-opcua by example
Etienne RossignonGet the best out of node-opcua through a set of documented examples by the author himself that will allow you to create stunning OPCUA Servers or Clients.
Advanced Web Application Architecture
Matthias NobackThe missing manual for making your web applications future-proof
Jetpack Compose internals
Jorge CastilloJetpack Compose is the future of Android UI. Master how it works internally and become a more efficient developer with it. You'll also find it valuable if you are not an Android dev. This book provides all the details to understand how the Compose compiler & runtime work, and how to create a client library using them.
Ansible for DevOps
Jeff GeerlingAnsible is a simple, but powerful, server and configuration management tool. Learn to use Ansible effectively, whether you manage one server—or thousands.
R Programming for Data Science
Roger D. PengThis book brings the fundamentals of R programming to you, using the same material developed as part of the industry-leading Johns Hopkins Data Science Specialization. The skills taught in this book will lay the foundation for you to begin your journey learning data science. Printed copies of this book are available through Lulu.
Maîtriser Apache JMeter
Philippe Mouawad, Bruno Demion (Milamber), and Antonio Gomes RodriguesToute la puissance d'Apache JMeter expliquée par ses commiteurs et utilisateurs experts. De l'intégration continue en passant par le Cloud, vous découvrirez comment intégrer JMeter à vos processus "Agile" et Devops.
If you're looking for the newer english version of this book, go to Master JMeter : From load testing to DevOps
D3 Start to Finish
Peter CookD3 Start to Finish shows you how to build a custom, interactive and beautiful data visualisation using the JavaScript library D3.js (versions 6 & 7).
The book covers D3.js concepts such as selections, joins, requests, scale functions, events & transitions. You'll put these concepts into practice by building a custom, interactive data visualisation.
Top Bundles
- #1
CCIE Service Provider Ultimate Study Bundle
2 Books
Piotr Jablonski, Lukasz Bromirski, and Nick Russo have joined forces to deliver the only CCIE Service Provider training resource you'll ever need. This bundle contains a detailed and challenging collection of workbook labs, plus an extensively detailed technical reference guide. All of us have earned the CCIE Service Provider certification... - #2
Software Architecture
2 Books
"Software Architecture for Developers" is a practical and pragmatic guide to modern, lightweight software architecture, specifically aimed at developers. You'll learn:The essence of software architecture.Why the software architecture role should include coding, coaching and collaboration.The things that you really need to think about before... - #4
Pattern-Oriented Memory Forensics and Malware Detection
2 Books
This training bundle for security engineers and researchers, malware and memory forensics analysts includes two accelerated training courses for Windows memory dump analysis using WinDbg. It is also useful for technical support and escalation engineers who analyze memory dumps from complex software environments and need to check for possible... - #7
Retromat eBook Bundle for Agile Retrospectives
2 Books
If you facilitate retrospectives this bundle is for you: "Plans for Retrospectives" helps beginners learn the lay of the land with tried-and-true plans. Once you know your way around, "Run great agile retrospectives" contains all 135+ activities in Retromat for you to mix and match. - #8
Static Analysis and Automated Refactoring
2 Books
As PHP developers we are living in the "Age of Static Analysis". We can use a tool like PHPStan to learn about potential bugs before we ship our code to production, and we can enforce our team's programming standards using custom PHPStan rules. Recipes for Decoupling by Matthias Noback teaches you in great detail how to do this, while also... - #10
Practical FP in Scala + Functional event-driven architecture
2 Books
Practical FP in Scala (A hands-on approach) & Functional event-driven architecture, aka FEDA, (Powered by Scala 3), together as a bundle! The content of PFP in Scala is a requirement to understand FEDA so why not take advantage of this bundle!?