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
// // iterate over the comparison and add to your step counter (count) to determine the total number of steps required to change the start number over to the goal number
// for (let i: number = 0; i < ans.length; i++ ) {