Skip to content

ekbatani/2543

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. ReversedStrings

Complete the solution so that it reverses the string passed into it.

'world'  =>  'dlrow'
2. Sum Mixed Array

Given an array of integers as strings and numbers, return the sum of the array values as if all were numbers. Return your answer as a number.

{ 9, 3, "7", "3" }   =>  22

About

Test Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages