Typescript Creating Custom Types in Typescript In typescript, we can create our own custom types. Let's look at how to create custom types in typescript. #misc #computers #binary
🎉 Two's Complement Explained Misc To simplify adding or subtracting numbers in binary form, we use Two's Complement, or signed notation. Let's take a look at how Two's Complement works #misc #computers #binary
🎉 The Floating Point Precision Error Misc The floating point precision error is an error that occurs because of how binary works, and it's probably affecting your code. Let's look at how it works. #misc #programming #javascript