diff --git a/word-count.php b/word-count.php index a253ebd..b82a650 100644 --- a/word-count.php +++ b/word-count.php @@ -7,7 +7,8 @@ function wordCount($phrase) { - // - // YOUR CODE GOES HERE - // + $phrase " You make them such as a person who has some problem "; + echo str_word_count($phrase); + } +wordCount($phrase);