Closed aring97 closed 4 years ago
-import statement is missing .js extension
<form>
element to wrap our inputs - you should change the <form>
to a <div>
in the render
method of TeamForm.js
..teamFormContainer
, and should be added to the index.html
. Add an <article>
with class teamFormContainer
within the <main>
element in index.html
. You MAY want to update your master and merge it into your branch before you make this change as it seems possible there could be a merge conflict cause I also added my playerFormContainer
node in <main>
, but there may also not be a conflict idk.document.querySelector
ing an id of forum--input
but you defined an id of form-input
on your <input>
for team name.nodeName
property of teamName
in your newTeam
object - this property should be value
not nodeValue
.line 1- .js line 4- .teamFormContainer line 7- "createTeam" is spelled incorrectly (fix in html as well) line 8- "#form--input"
git fetch --all git checkout AR-TeamForum
check that the functionality is in line with the board