Interaction of JSX and JavaScript via window.postMessage().
window.postMessage()
JSX code delegates a task (Math.sqrt()) to JavaScript code.
Math.sqrt()