We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e4319 commit 3f66b1fCopy full SHA for 3f66b1f
js/answers.js
@@ -69,7 +69,7 @@ function validateForm(e) {
69
var city = document.letterToSanta.city.value;
70
var description = document.letterToSanta.description.value;
71
72
- const errors = {
+ var errors = {
73
name: nameValidation(name),
74
city: cityValidation(city),
75
description: descriptionValidation(description)
0 commit comments