You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
exponentiation operator
About this tag
The exponentiation operator (**) is a JavaScript feature introduced in ES2016 (ES7) that provides a concise syntax for exponentiation, equivalent to Math.pow(). On WindowsForum, discussions around this operator often appear in the context of Microsoft's Chakra JavaScript engine, which powers Microsoft Edge and Universal Windows applications. Chakra was an early adopter of the exponentiation operator, supporting it alongside other modern ECMAScript features like Array.prototype.includes, default parameters, and destructuring. Users exploring JavaScript development on Windows platforms may encounter the exponentiation operator when working with Edge or UWP apps, and the tag serves as a resource for understanding its usage and compatibility.
Chakra, the recently open-sourced JavaScript engine that powers Microsoft Edge and Universal Windows applications, has been pushing the leading edge of ECMAScript language support. Most of ES2015 (aka ES6) language support is already available in Edge, and last week’s Windows Insider Preview...
array includes
chakra
default parameters
destructuring
development
ecmascript
es6
exponentiationoperator
javascript
microsoft edge
module
namespace import
object.entries
object.values
performance
string pad
syntax
transpiling
typescript
web development