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
As I'm working through the Taquito docs, I keep seeing references to println, which doesn't exist in Javascript standard lib. It might be smoother for users trying to copy-paste code by changing such references to console.log.
The text was updated successfully, but these errors were encountered:
Hi @d4hines println is a custom method allowing to print data under the live examples when hitting the run button, but yes I think it could be a good idea to override the console.
As I'm working through the Taquito docs, I keep seeing references to
println
, which doesn't exist in Javascript standard lib. It might be smoother for users trying to copy-paste code by changing such references toconsole.log
.The text was updated successfully, but these errors were encountered: