Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Kuntau

Kuntau

Kuntau has asked 1 questions and find answers to 1 problems.

Stats

35
EtPoint
13
Vote count
1
questions
1
answers

About

MyObject = checkCondition: (num) -> return true if num is 5

  getSum: (num) ->
    total = 0
    total += i for i in [1..num] when @checkCondition i
    total