Skip to content

Commit 2b3acec

Browse files
committed
Small tweaks and improvements.
1 parent 8780a3c commit 2b3acec

File tree

3 files changed

+528
-374
lines changed

3 files changed

+528
-374
lines changed

listing-1.js

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

33
const fs = require('fs');
4+
45
fs.readFile("./data/earthquakes.csv", "utf8",
56
(err, textFileData) => {
67
if (err) {

0 commit comments

Comments
 (0)