udarakalpana / javascript_katas

This is katas for learn javascript fundamental concept.
0 stars 0 forks source link

Kata 6: Find Maximum Element #7

Open udarakalpana opened 1 month ago

udarakalpana commented 1 month ago

Write a function that takes a below array of numbers and returns the maximum element.

const numbers = [10, 20, 5, 8]

// Output: 20

KavishkaImalsha commented 1 month ago

@udarakalpana I started to doing this

Tharanga1988 commented 1 month ago

@udarakalpana This kata was started by me

thushan1986 commented 1 month ago

I have started this

malika77 commented 1 month ago

I started this

tharkamahesh123 commented 1 month ago

i started this kata

winzuka commented 4 weeks ago

started.!