notes: """
  CoffeeScript supports the `**` binary expression to calculate exponents.
"""
----
Math.pow(2, 8)
----
2 ** 8
