Closed abobykin closed 4 months ago
in the line of code
const myTextarea = document.getElementById('task') please change the name of variable to describe clear meaning of the object its linked to.
const myTextarea = document.getElementById('task')
Thnx!
I named this variable "taskList" is it ok? @abobykin
Hmm maybe for full description '''taskListTextarea''' is better ?
@Reasonab1e
I see this is done, closing
in the line of code
const myTextarea = document.getElementById('task')
please change the name of variable to describe clear meaning of the object its linked to.Thnx!