Is this possible? Example:
var parts = [1,2,3,4,5];
for (part of parts) {
console.debug(part);
}
I want to detect if doing this is possible.
Is this possible? Example:
var parts = [1,2,3,4,5];
for (part of parts) {
console.debug(part);
}
I want to detect if doing this is possible.