Can someone tell me what different of console.log and print( )
2 Likes
In the app, print()
is a custom Grasshopper function. They will behave the same way. console.log()
is what you want to use if you’re writing JavaScript code outside of the app.
–Frankie
2 Likes
I’m sure the answer to this linked here: https://support.grasshopper.app/t/found-a-code-to-make-console-log/6273/2
(or) my first topic.