(no title)
Adam13531 | 6 years ago
Oh good! Thanks for following up on that.
> one of your code blocks seems to translate into Math.pow, which made me think that I could use it too.
The way that the blocks work is that they convert into JavaScript under the hood. This means that there's no way to do something through the blocks that you can't do in code (although the converse isn't necessarily true). This means that if there is a block that converts to Math.pow, it's broken, so I'd definitely like to know about that if you find it.
No comments yet.