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
To resemble the original JS code we also need to access the value property of the email and password elements. CLJS offers the .- special form for these cases as well: (.-property object):
if the fields email and password in the html page are not filled in.
Try reloading the html page and leaving the fields blank before calling the cljs functions in the repl.
section
Instead of empty spaces returns "[email protected]" and "secret"
The text was updated successfully, but these errors were encountered: