JS implementation find the most characters and number of occurrences of a string

Source: Internet
Author: User

The code is as follows:

<!DOCTYPE HTML><HTMLLang= "ZH-CN"><Head>    <MetaCharSet= "UTF-8">    <title>Most occurrences of characters and times</title></Head><Body>    <Script>        varStr= 'h$^&**0'; functionMost (str) {return(str+ "'). Split ("'). Reduce (function(Pre,cur,index,array) {//reduce () is an iterative execution function, ie9+ Standard mode support, a bit like the map () function. CurinchPre?Pre[cur]++: (Pre[cur]=1); Pre[cur]>Pre.value&&(Pre.value=Pre[cur],pre.Char =cur); returnPre; },{value:0,Char:NULL});    } console.log (most (str)); </Script></Body></HTML>

The parameter usage of the reduce () function can be referenced in the URL: https://msdn.microsoft.com/library/ff679975 (v=vs.94). aspx

JS implementation find the most characters and number of occurrences of a string

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.