Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 03fbd63

Browse files
committed
added info at the top of the code page
1 parent 2bcb1ad commit 03fbd63

File tree

1 file changed

+2
-0
lines changed
  • Week2/prep-exercises/2-experiments

1 file changed

+2
-0
lines changed

Week2/prep-exercises/2-experiments/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
"use strict";
22

3+
/* this is not my code. I found it on internet and the help og copilot and chatGPT but i didnt understand it at all. i put it here to make it obvious. */
4+
35
function runExperiment(sampleSize) {
46
const valueCounts = [0, 0, 0, 0, 0, 0];
57

0 commit comments

Comments
 (0)