This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
1
<Help:JavaScript >
Post Body
Iβm learning JavaScript and working on a function. I have an array of arrays where each array is word broken into characters.
Words = [ [βwβ,βoβ,βoβ,βlβ], [βwβ,βoβ,βkβ,βeβ], [],]
And so onβ¦
I wanted to collect words, maybe into an object ={
Word.join(ββ) : the amount of times a specified letter was counted.
For(let letter of words){ letter = letter} but maybe .map would be better.
Iβm very new but I feel like Iβm on the right path.
Be nice but stern :). Halp
Post Details
We try to extract some basic information from the post title. This is not
always successful or accurate, please use your best judgement and compare
these values to the post title and body for confirmation.
- Posted
- 1 year ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/code/commen...