Skip to content

teka808/uniTotal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

uniTotal

link:https://www.codewars.com/kata/572b6b2772a38bc1e700007a

Unicode Total

You'll be given a string, and have to return the total of all the unicode characters as an int. Should be able to handle any characters sent at it.
examples:
uniTotal("a") == 97 uniTotal("aaa") == 291

About

5. Unicode Total

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors