Skip to content

Commit

Permalink
_()_
Browse files Browse the repository at this point in the history
  • Loading branch information
lamhotsimamora1993 committed Nov 16, 2017
1 parent daa543a commit 57f07c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/part-one.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
'address',</br>
'password'</br>
]</br>
if (_required('')){</br>
if (_required(value,obj)){</br>
var result = _getValById(obj);</br>
alert(result);</br>
}
}
</code>
</br>
<hr>
Expand Down Expand Up @@ -141,7 +141,7 @@

</br></br>

For get content of elemnt </br></br>
For get content of element </br></br>
<p id="my_article">
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
Expand Down

0 comments on commit 57f07c8

Please sign in to comment.