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 e5a6044 commit 337fc77Copy full SHA for 337fc77
exercises/19-And-One-and-a-Two-and-a-Three/app.js
@@ -3,6 +3,6 @@ let contact = {
3
phone: "321-321-4321",
4
email: "test@test.com"
5
}
6
-for(et key in contact){
+for(let key in contact){
7
// Code goes here
8
-}
+}
0 commit comments