Summary
Keywords
Full Transcript
http://FreeCodeCamp.com is a community of busy people who learn to code, then practice by building projects for nonprofits. Learn Full-stack JavaScript, build a portfolio, and get great references with our open source community. Follow us on twitter: https://twitter.com/intent/user?screen_name=freecodecamp Follow us on Twitch: twitch.tv/freecodecamp Like us on Facebook: https://www.facebook.com/freecodecamp Follow Quincy on Quora: http://www.quora.com/Quincy-Larson Binary does more than express numbers - through bytes, it can symbolize all alphanumeric symbols, which can then be interpreted into more complex code. Let's talk about the most basic level that computer can understand other languages, like javascript. THe most basic thing is a bit, up or down, 1 or 0. After that ther'es a Byte, 8 bits. All numbers (255 and less), letters, and symbols can be translated into Bytes that the computer can understand. So, all of the numbers, letters, and symbols in your javascript can be translated. There are a lot of languages that computers can work with, and what I want you to get away from this video is that all data in your computer boils down to binary Bytes. ❤️ Support for this channel comes from our friends at Scrimba – the coding platform that's reinvented interactive learning: https://scrimba.com/freecodecamp
