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
It current lacks the ability to get parameters from inside of functions like function printFruits({a: apple, b: banana}) {. This does limit what it's capable of.
The text was updated successfully, but these errors were encountered:
It current lacks the ability to get parameters from inside of functions like
function printFruits({a: apple, b: banana}) {
. This does limit what it's capable of.The text was updated successfully, but these errors were encountered: