Skip to content

Commit 8cc0590

Browse files
committed
blank
1 parent 71d2474 commit 8cc0590

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

javascript/5_string-programs/countWords.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// 1. Count Words of a String
22

3-
// 1. Using split() Method
3+
// 1. Using split() Method
44

55
{
66
const count = (s) => s.trim().split(/\s+/).length;

0 commit comments

Comments
 (0)