JavaScript Exercises Basic#1 - Finding the smallest value among three numbers
Write a function to find the smallest elements among three arguments. (You cannot use sorting methods.)
Solution
function solution(a, b, c){
/*
1. Declare a variable to store minimum element while comparing argumen...
reyjang.hashnode.dev1 min read
Marcelo Zárate
A bit of everything & a lot of nothing developer
Simple, effective and to the point. Maybe add some kind of validation for the next time? :D