Not able to get the desired output in javascript and ejs

I am trying to make a todo application using js, express and ejs but I am not able to get the desired output.

enter image description here
This is the code I wrote and this is the output.
enter image description here
When I click ‘+’ icon i want it to show the text I entered in the input but it does not do so. I tried logging it into the console but it does not generate any output. I am in the learning phase so any help would be greatly appreciated.