A Pen by Chris Tsongas on CodePen.
Prettier: https://github.com/Thinkful-Ed/curric-node-001-v5/pull/544
Mongoose: https://github.com/Thinkful-Ed/curric-node-001-v5/pull/532
For discussion:
Edits to feature/tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"env": { | |
"es6": true, | |
"node": true | |
}, | |
"plugins": [ | |
"mocha" | |
], | |
"parserOptions": { | |
"sourceType": "module" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
</head> | |
<body> | |
<form id="target" action="destination.html"> | |
<input type="text" value="Hello there"> |
OlderNewer