From 0bc2fad177ffd61a97887e78d9b5b2268f4a5136 Mon Sep 17 00:00:00 2001 From: Yuri Toledo Date: Sun, 16 Feb 2020 10:02:26 -0300 Subject: [PATCH] Update First-DB-App.md Adding some syntax highlight :) --- Projects/1-Beginner/First-DB-App.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/1-Beginner/First-DB-App.md b/Projects/1-Beginner/First-DB-App.md index 2dff920a..c92c4f25 100644 --- a/Projects/1-Beginner/First-DB-App.md +++ b/Projects/1-Beginner/First-DB-App.md @@ -29,7 +29,7 @@ can test the query logic you'll be adding. You'll be required to hook up buttons on the web page you build to the `clearDB` and `loadDB` functions, and to write your own `queryDB` handler to connect to the `Query DB` button. You'll also need to add a `queryAllRows` function to the Customer class. -``` +```js class Customer { constructor(dbName) { this.dbName = dbName;