GAMES IN PROGRESS
Latest Videos
Home
/
Indie Game Developers
/
Block Programming
/
10# Are the Numbers Equal | Scratch Coding Practices & challenging Tasks

10# Are the Numbers Equal | Scratch Coding Practices & challenging Tasks

3 min
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