JSFiddle - React, Tailwind, and code Playground

by Jithin Raj P R

JavaScript

const str = 10101011101010;

function getBigCount(str){
  let maxNum = 0;
  const stng = str.spit('');
}


console.log(getBigCount(str))