Development

Why is Javascript bad at math?

In JavaScript, all numbers are IEEE 754 floating point numbers. Due to the binary nature of their encoding, some decimal numbers cannot be represented with

  • 22/03/2020
Development

ASCII Code – Full ASCII Table

ASCII control characters (character code 0-31) The first 32 characters in the ASCII table are "non-printable" control codes and are used primarily for controlling peripherals…

  • 16/02/2020