We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad24a95 commit 6d4ada4Copy full SHA for 6d4ada4
1 file changed
04_data.txt
@@ -666,7 +666,8 @@ itself by the use of the word `in`.
666
[source,javascript]
667
----
668
for (var event in map)
669
- console.log("The correlation for '" + event + "' is " + map[event]);
+ console.log("The correlation for '" + event +
670
+ "' is " + map[event]);
671
// → The correlation for 'pizza' is 0.069
672
// → The correlation for 'touched tree' is -0.081
673
0 commit comments