Let's Go Big - Big Numbers in JavaScript
Offered By: JSConf via YouTube
Course Description
Overview
Explore the world of big numbers in JavaScript through this engaging JSConf EU 2017 talk. Discover creative techniques to represent values far beyond the natural constraints of JavaScript's number system. Learn how to free numbers from their limitations, starting with basic conversions to strings and progressing to advanced methods using binary strings, hexadecimal strings, one-character strings, and arrays. Gain insights into addition, subtraction, multiplication, and division operations for large numbers, and understand the implications for memory usage. Expand your understanding of numerical representation in programming and unlock new possibilities for handling massive values in your JavaScript projects.
Syllabus
Introduction
Numbers
Why big numbers
Converting to strings
Addition and subtraction
Multiplication and division
Binary strings
hexadecimal strings
one character strings
arrays
memory
Taught by
JSConf
Related Courses
Deno - Next Generation JavaScript RuntimeJSConf via YouTube How I Got 1600 Stars on GitHub in 2 Months of Open Source Work
JSConf via YouTube Is it Okay to Pursue Functional Programming on Frontend - JSConf Korea
JSConf via YouTube If - Extensible Design - Return "Work Life Balance"
JSConf via YouTube React x Web Components - How It Is and How It Could Be
JSConf via YouTube