sandbox console loading...
Welcome to Cloud Code Pro Console
The Cloud Code Pro Console, is a sandbox tool that allows you to practice your JavaScript Skills.
Try some of the following commands
Apple = 2
Apple
Apple + Apple
Apple * 2
if ( Apple < 2 ) { 'apple is less than 2' } else { 'apple is bigger than 2 or the same as 2' }
Don't be afraid, see what else you can do with our console!