Level 104
What file input?
hello , i want to parse a simple html file and console.log data
for example assume this example.html file :
<td id="id">
value
</td>
we want to console.log(document.getElementById('id').value) by file input ...
how that can be possible ?
Please or to participate in this conversation.