Skip to content

Commit 7c11bd4

Browse files
committed
Made some changes
1 parent e8405ec commit 7c11bd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

practice/practice.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,5 +125,5 @@ const Promise = require("bluebird");
125125
// console.log(+"10" - 5);
126126

127127
// Exponential Operator
128-
console.log(2 ** 2);
129-
console.log(2 ** 5);
128+
// console.log(2 ** 2);
129+
// console.log(2 ** 5);

0 commit comments

Comments
 (0)