8 kyu
Leonardo Dicaprio and Oscars
7,274 of 16,548P3zhman
Description:
You have to write a function that describe Leo:
function leo(oscar) {
}
if oscar was (integer) 88, you have to return "Leo finally won the oscar! Leo is happy".
if oscar was 86, you have to return "Not even for Wolf of wallstreet?!"
if it was not 88 or 86 (and below 88) you should return "When will you give Leo an Oscar?"
if it was over 88 you should return "Leo got one already!"
Fundamentals
Similar Kata:
Stats:
Created | Feb 29, 2016 |
Published | Feb 29, 2016 |
Warriors Trained | 20162 |
Total Skips | 933 |
Total Code Submissions | 39985 |
Total Times Completed | 16548 |
JavaScript Completions | 7274 |
Python Completions | 4731 |
C# Completions | 1104 |
Ruby Completions | 783 |
Java Completions | 2718 |
Elixir Completions | 280 |
TypeScript Completions | 150 |
Total Stars | 103 |
% of votes with a positive feedback rating | 85% of 2125 |
Total "Very Satisfied" Votes | 1618 |
Total "Somewhat Satisfied" Votes | 359 |
Total "Not Satisfied" Votes | 148 |