File tree
Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -529,7 +529,7 @@ function createFile(name) {
|
529 | 529 | A function produces a side effect if it does anything other than take a value in
|
530 | 530 | and return another value or values. A side effect could be writing to a file,
|
531 | 531 | modifying some global variable, or accidentally wiring all your money to a
|
532 |
| -Nigerian prince. |
| 532 | +stranger. |
533 | 533 |
|
534 | 534 | Now, you do need to have side effects in a program on occasion. Like the previous
|
535 | 535 | example, you might need to write to a file. What you want to do is to
|
|
You can’t perform that action at this time.
0 commit comments