Skip to content

Commit

Permalink
Update arr_csv.js 1
Browse files Browse the repository at this point in the history
  • Loading branch information
iamabhiCH authored May 1, 2024
1 parent 456af57 commit ae8d000
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arr_csv.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// WAP to Converting JavaScript Arrays into CSVs.

let arr = ["Abhishek", 24, "Yadav"]
let arr = ["Abhishek", 22, "Yadav"]
let csv = arr.join();

console.log(csv);
console.log(csv);

0 comments on commit ae8d000

Please sign in to comment.