1 parent 24718eb commit 6549485Copy full SHA for 6549485
1 file changed
1-js/4-data-structures/10-arguments-pseudoarray/article.md
@@ -359,7 +359,7 @@ function showWarning(options) {
359
var width = options.width || 200; // по умолчанию
360
var height = options.height || 100;
361
362
- var title = options.title || "Предупреждение";
+ var contents = options.contents || "Предупреждение";
363
364
// ...
365
}
0 commit comments