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
{{ message }}
This repository was archived by the owner on Sep 25, 2019. It is now read-only.
The challenge states to set the fontSize to 40, this isn't exactly a bug, but I feel the challenge can cause confusion because the previous challenge asks the user to set the fontSize as "72px" and then states it can be set using either including px or omitting it. After reading that statement, I would imagine it is up to the user to decide how they want to implement in future challenges. I would also imagine it would be best practice to include the unit measurement normally.
I suggest the description for the challenge be change to have "40px" set and to update tests to allow both methods of setting fontSize like the previous challenge does as well..