Last active 1729055494

knox revised this gist 1729055494. Go to revision

1 file changed, 3 insertions

CCXT-readme-14.js(file created)

@@ -0,0 +1,3 @@
1 + // both of these notations work in JavaScript/Python/PHP
2 + exchange.methodName () // camelcase pseudocode
3 + exchange.method_name () // underscore pseudocode
Newer Older