Merge pull request #139 from yuritoledo/patch-1

Update First-DB-App.md
pull/140/head
Florin Pop 5 years ago committed by GitHub
commit 8118e5b2ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;

Loading…
Cancel
Save