Skip to content

Commit 475ab41

Browse files
Added join"\n" methode the the author variable.
1 parent beabd1b commit 475ab41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sprint-2/debug/author.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ for (let x in author) {
2222
console.log(text);
2323

2424
// or:
25-
const values = Object.values(author) .join ("");
25+
const values = Object.values(author) .join ("\n");
2626
console.log(values);
2727

0 commit comments

Comments
 (0)