I'm a beginner learning JavaScript course. Not sure this is the right place to post this topic or not. Please bear with me.
I have a little project in mind.
I want to do somthing like this:
<div id="typingfield" class="lightgreybackground">
<p>
<cha>0</cha>
<cha>1</cha>
<cha>2</cha>
...
<cha>38</cha>
<cha>39</cha>
</p>
</div>
using this:
&l