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
We could consider doing this in a loop, which I find a little more compelling and would challenge the reader to do some research about for/of. But it would require some rework to the following passages.
for(constoperatorof[multiply,add]){constresult=calculate(7,6,operator);console.log('Our final result from calculate is:',result);}
We could consider doing this in a loop, which I find a little more compelling and would challenge the reader to do some research about for/of. But it would require some rework to the following passages.
Originally posted by @anselrognlie in #8 (comment)
The text was updated successfully, but these errors were encountered: