atom-community / atom-community/atom-script
** operator is error
Open
- Dominant language
- JavaScript
- Stars
- 730
- Forks
- 264
- PR merge metrics
- No merged PRs in 30d
Description
console.log( 4\*\*3\*\*2, (4\*\*3)\*\*2, 4\*\*(3\*\*2) );
// run result :
// 262144 262144 262144
// in chrome run result:
// 262144 4096 262144
Contributor guide
Assessment
This issue has not been assessed yet.