#beginner
Read more stories on Hashnode
Articles with this tag
Think of the call stack in JavaScript as a stack of storybooks. Each function in your code is like a new chapter of the story. When a function starts...
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...
Data Types, f-string -Tip Calculator · While python doesn't require you to declare your variable along with the data type, the following data types are...
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 =...