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