This website requires JavaScript.
Explore
Help
Sign in
alrayyes
/
wiki
Watch
1
Star
0
Fork
You've already forked wiki
0
mirror of
https://github.com/alrayyes/wiki.git
synced
2025-03-25 23:45:06 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
c0efc8fa3a
Branches
Tags
No results found.
wiki
/
content
/
20201112110203-javascript_exponentation_operator.md
Ryan Kes
6a506618a5
Quartz sync: Oct 30, 2024, 6:34 PM
2024-10-30 18:34:11 +01:00
164 B
Raw
Blame
History
date
id
title
2020-11-12
fe4897ce-ad46-4279-a35b-9e7958645f9c
JavaScript Exponentation Operator
Syntax
console
.
log
(
6
**
2
);
// 36