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
Describe the bug
The project needs to display two clockfaces on the same page to provide the features in the user stories.
One for the home timezone and one for the world timezone searched for.
Canvas elements are normally called by returning an Element object using document.getElementById() method but IDs are unique on a page so how can this be achieved?
Expected behavior
To display two HTML canvas elements on the same page without duplicating code.
The text was updated successfully, but these errors were encountered:
Describe the bug
The project needs to display two clockfaces on the same page to provide the features in the user stories.
One for the home timezone and one for the world timezone searched for.
Canvas elements are normally called by returning an Element object using
document.getElementById()
method but IDs are unique on a page so how can this be achieved?Expected behavior
To display two HTML canvas elements on the same page without duplicating code.
The text was updated successfully, but these errors were encountered: