What order should a person learn computer languages in? What should you start off with? Learning about binary and then move on chronologically as things were developed, or are there things that you can just completely skip and ignore because they're not important...or by skipping and ignoring those things are you going to miss out on important exploits that you otherwise wouldn't notice?
@Jazzy_Butts if you were REALLY determined you could try learning ASM but i think the best way is to learn relatively easy languages first, basic stuff inside HTML, JS, and Python. After that just learn C++/C# and you'll have pretty much everything you'll ever need as a programmer, even if things get updated or new languages come out you'll actually understand all the concepts and then it's just a matter of learning what words to type.
ASM = Assembly, it's machine code. Extremely low level. If you can learn that you can do some pretty powerful stuff but it's a pretty difficult language.