202306-NEA-DZ-FEW/madlibs-de-coded

Inputs should have placeholders

Closed this issue · 1 comments

Inputs should have placeholders instead of actual text.

I fixed this issue by adding: input.placeholder = defaultValue || "___"
in the createInput function