i tested using `let` instead of `var` to declare a...
# suitescript
n
i tested using
let
instead of
var
to declare a variable according to google js style guide but it didn't work for me. anyone tried?