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
The removal of + from String has necessitated a way to handle long, multi-line strings. The proposed solution:
var superLongString = 'this is a crazy long string and yet I cannot stop typing it'
'even after I go to another line the typing, it just does not stop';
This is not yet implemented in Frog.
The text was updated successfully, but these errors were encountered:
The removal of + from String has necessitated a way to handle long, multi-line strings. The proposed solution:
var superLongString = 'this is a crazy long string and yet I cannot stop typing it'
'even after I go to another line the typing, it just does not stop';
This is not yet implemented in Frog.
The text was updated successfully, but these errors were encountered: