You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @xgui3783 ! This sounds like a great idea! Thank you so much!!!
All 3 of your suggestions 👍
And then also the Async/Await for all promises :)
You are a star!!! 🌟 ⭐️
Hi! Thank you for getting back to us! <3
Hi all, I am wondering how much interest there is converting some/most of the code to ES5/6, mainly:
var
s tolet
s orconst
s[1,2,3].forEach(function(item){ console.log(item) })
[1,2,3].forEach(function (item) { console.log(item) })
, having[1,2,3].forEach(item => console.log(item))
Is this a feature request or a bug report?
What is the current behaviour?
What is the expected or desired behavior?
Version information (for bug reports)
The text was updated successfully, but these errors were encountered: