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 Exercise Coordinate Transformation the JSDoc return type is function when it should be function (number, number): number[], It matters on offline mode because the error shows everytime and finding other typos and debugging becomes harder.
In Exercise Coordinate Transformation the JSDoc return type is
functionwhen it should befunction (number, number): number[], It matters on offline mode because the error shows everytime and finding other typos and debugging becomes harder.