This script block code seems to crash the Block… any ideas?
output.text('# IndexOf() Bug?');
let str = "This is a test ...";
let positionOfIs = str.indexOf("is");
output.text(positionOfIs);This script block code seems to crash the Block… any ideas?
output.text('# IndexOf() Bug?');
let str = "This is a test ...";
let positionOfIs = str.indexOf("is");
output.text(positionOfIs);Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.