File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
exercises/concept/recycling-robot/.docs Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ const espresso = new Coffee();
117117
118118' isDarkMatter' in espresso;
119119// => true
120- ````
120+ ```
121121
122122```` exercism/note
123123`in` will return `true` for inherited properties and methods.
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ const espresso = new Coffee();
117117
118118' isDarkMatter' in espresso;
119119// => true
120- ````
120+ ```
121121
122122```` exercism/note
123123`in` will return `true` for inherited properties and methods.
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ const espresso = new Coffee();
117117
118118' isDarkMatter' in espresso;
119119// => true
120- ````
120+ ```
121121
122122```` exercism/note
123123`in` will return `true` for inherited properties and methods.
You can’t perform that action at this time.
0 commit comments