#beginners
Read more stories on Hashnode
Articles with this tag
looping · Loops do repetitive tasks for you. for in loop The easiest way to iterate through a list or string. for iterator_variable in list: ...
Lists and Randomization · Once your code gets bigger and bigger you do not want it all sitting in a single file. Break it up into files or in python...
printing and variables -Pet name generator · To a complete newbie, the first thing that would blow his mind, would be having anything printed on the...
Stingrays, manta rays...now arrays? · Arrays are used to store multiples values under a common label. With variables we used 1 label for one value. In...
Comparing? Who? Me and my sibling again? · While making any sort of decisions in your code, these are going to be you best...
Special agent much? · Strings in Js is simply text wrapped in quotes. You can use double or single quotes, just be consistent. let myName =...