filters.js 90 Bytes
export  function filterTotal(val) {
  console.log(val.split(''))
  return val.split('')
}