Skip to content

Commit

Permalink
docs: Update Exponentiation operator MDN link
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowjacketcoder committed Jun 3, 2022
1 parent c9928b5 commit a20f492
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/src/_data/further_reading_links.json
Expand Up @@ -684,5 +684,12 @@
"logo": "//thomas.tuerke.net/images/tmtlogo.ico",
"title": "Coding in Style",
"description": "Thomas M. Tuerke topical weblog"
},
"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Exponentiation": {
"domain": "developer.mozilla.org",
"url": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Exponentiation",
"logo": "https://developer.mozilla.org/favicon-48x48.cbbd161b.png",
"title": "Exponentiation (**) - JavaScript | MDN",
"description": "The exponentiation operator (**) returns the result of raising the first operand to the power of the second operand. It is equivalent to Math.pow, except it also accepts BigInts as operands."
}
}

0 comments on commit a20f492

Please sign in to comment.