Skip to content

Commit

Permalink
Use strict
Browse files Browse the repository at this point in the history
  • Loading branch information
mattflow committed May 14, 2018
1 parent 9f9a2c9 commit b16aac0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = (() => {
// Constants


'use-strict';

const CHUNK_SIZE = 3;
const ROW_COL_SIZE = CHUNK_SIZE * CHUNK_SIZE;
const SIZE = ROW_COL_SIZE * ROW_COL_SIZE;
Expand Down

0 comments on commit b16aac0

Please sign in to comment.