everything is one step at a time don’t say how am going to understand all of this. Just go step by step know you call a function inside another function
Reference Type
Value Type
Integers
operators
XAND vs XOR operator - stackoverflow
infinite storage: byte
uint
1 & 1
1 | 3
1 ^ 3
~ 12 //negatation of 12
01
11
10