Word Frequency Counter

Beginner
100 XP

Challenge Description

Count the frequency of each word in a sentence.

Examples

Example 1:

Input:

"hello world hello"

Output:

Array
Example 2:

Input:

"a a a b b c"

Output:

Array

Languages

Challenge Stats

Total Attempts

0

Status