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 I called doge(), it printed some random text on the page, next I called reset(), the text should have gone away (removed from the page), but it is still there.
Note: doge('clear') works, but reset() doesn't work for doge.
Same thing I tried by calling dancer() followed by reset(), the dancer was removed from the page.
Also, why does help('reset') shows message "No no. reset is no here."?
The text was updated successfully, but these errors were encountered:
When I called
doge()
, it printed some random text on the page, next I calledreset()
, the text should have gone away (removed from the page), but it is still there.Note:
doge('clear')
works, butreset()
doesn't work for doge.Same thing I tried by calling
dancer()
followed byreset()
, the dancer was removed from the page.Also, why does
help('reset')
shows message "No no. reset is no here."?The text was updated successfully, but these errors were encountered: