erictgrubaugh
04/09/2020, 11:40 PMAshwin K.
04/10/2020, 5:13 PMerictgrubaugh
04/10/2020, 5:57 PMlet a = 1;
let b = 2;
let c = 3;
let data = { a, b, c }; // This would cause an error when uploading
I understand 2.1 is not technically supported in Client Scripts, but it is a little confusing as to why given that the browser engine is in control there.Ashwin K.
04/10/2020, 6:05 PM