10# Are the Numbers Equal | Scratch Coding Practices & challenging Tasks
https://www.youtube.com/watc...Create a function that returns true when num1 is equal to num2; otherwise return false.
Examples
isSameNum(4, 8) ➞ false
isSameNum(2, 2) ➞ true
isSameNum(2, "2") ➞ false
Home
/
Indie Game Developers/
Block Programming/
10# Are the Numbers Equal | Scratch Coding Practices & challenging Tasks