+ 2
vanilla dazzle
= assign == equal in value so 5 and "5" would return true === equal in value AND type so 5 and "5" would return false because 5 is an integer and "5" is a string The first is filling a memory slot, the second two are comparing, probably a variable to a value or two variables Also, someone suggested taking notes. I usually watch Youtube vids before I do Sololearn. I happen to like "thenewboston"
1 Answer
+ 1
I usually do practical work to learn it in a better way. Like while learning php, I used it on my own website to replace some JavaScript functions with php.