atom-community / atom-community/atom-script

** operator is error

Open
#1,855 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.