semmypurewal/LearningWebAppDev

Code error on page 194

Closed this issue · 3 comments

Page number of error:
194

Location on the page:
Second block of code, 3rd line

Detailed description of error:
Missing an ending parenthesis:

from
app.use(express.static(__dirname + "/client");
to
app.use(express.static(__dirname + "/client"));

Reported by Nick Litwin

This was also reported by David Boles.