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
When passed to getRandomBetween() here, typeMin and typeMax are still strings taken directly from el.dataset. Not sure exactly how the function is treating these numeric strings under the hood, but it's not parsing them as ints:
The text was updated successfully, but these errors were encountered:
beginner-javascript/exercises/73 - Async Typer/scripts-FINISHED.js
Line 31 in ab2cb26
When passed to
getRandomBetween()
here,typeMin
andtypeMax
are still strings taken directly fromel.dataset
. Not sure exactly how the function is treating these numeric strings under the hood, but it's not parsing them as ints:The text was updated successfully, but these errors were encountered: