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.
2 parents a27a790 + f35f01c commit b9e1385Copy full SHA for b9e1385
exercises/19-And-One-and-a-Two-and-a-Three/app.js
@@ -1,8 +1,8 @@
1
-contact = {
+let contact = {
2
fullname: "Jane Doe",
3
phone: "321-321-4321",
4
email: "test@test.com"
5
}
6
-for(key in contact){
+for(et key in contact){
7
// Code goes here
8
0 commit comments