prev: The implementation of JavaScript's `number s is based on the `IEEE 754` standard, often called "floating-point."
my changes: The implementation of JavaScript's `numbers is based on the `IEEE 754` standard, often called "floating-point."
* Numbers within strings
Added a short entry on how numbers function inside of strings as well as how to convert a number inside of a string into a number which you can perform operations on in a normal fashion.
* Change a string in the example to a number