/** * Your implmentation of the WordCount exercise */ component { /** * @returns */ function countwords( input ) { // Implement me here } }