You know how you can control the execution flow of your program
if (numberDevices > 0) { log("Great work! I found >" + newDevices.length + "< devices!") } else { log("Uggh, something went wrong. I didn't detect any devices!"); }
Coming soon.
Last updated 4 years ago
Was this helpful?