#basics
Read more stories on Hashnode
Articles with this tag
☝️This is a graph. How? A graph is a collection of nodes and edges in a way that nodes are connected by edges. How does the computer understand what...
What is this 👇? var favoriteNumber int = 7 a variable of the name "favoriteNumber" of a type integer that stores 7. similarly var favoriteColor...