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 564fd40 commit 31db0f0Copy full SHA for 31db0f0
exercises/19-And-One-and-a-Two-and-a-Three/app.js
@@ -3,6 +3,7 @@ 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
+
9
0 commit comments