We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 083de40 + 434e637 commit a4f1afdCopy full SHA for a4f1afd
1 file changed
1-js/05-data-types/08-weakmap-weakset/article.md
@@ -184,6 +184,7 @@ function process(obj) {
184
let result = /* calculations of the result for */ obj;
185
186
cache.set(obj, result);
187
+ return result;
188
}
189
190
return cache.get(obj);
@@ -223,6 +224,7 @@ function process(obj) {
223
224
let result = /* calculate the result for */ obj;
225
226
227
228
229
230
0 commit comments