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
In the override Exercise, the tutorial suggests using isFinite() method to convert msg.left and msg.right to number and check if they are numbers, then sum values here. but after I run the code, it still concat two strings like '1' and '0' to '10', not 1.
And I make a example code here
The text was updated successfully, but these errors were encountered:
In the
override
Exercise, the tutorial suggests usingisFinite()
method to convert msg.left and msg.right to number and check if they are numbers, then sum values here. but after I run the code, it still concat two strings like '1' and '0' to '10', not 1.And I make a example code here
The text was updated successfully, but these errors were encountered: