Sha256: d13d6651cd45c8538441e7ddca3b9eae55da7a4df40bdca6910c921f08b26820

Contents?: true

Size: 306 Bytes

Versions: 396

Compression:

Stored size: 306 Bytes

Contents

class Bob
    hey: (message) -> switch
        when message.trim() == "" then "Fine. Be that way!"
        when message.match(/[a-zA-Z]/) and message == message.toUpperCase() then "Whoa, chill out!"
        when message[message.length - 1] == "?" then "Sure."
        else "Whatever."
module.exports = Bob

Version data entries

396 entries across 396 versions & 1 rubygems

Version Path
trackler-2.2.1.180 tracks/coffeescript/exercises/bob/example.coffee
trackler-2.2.1.179 tracks/coffeescript/exercises/bob/example.coffee
trackler-2.2.1.178 tracks/coffeescript/exercises/bob/example.coffee
trackler-2.2.1.177 tracks/coffeescript/exercises/bob/example.coffee
trackler-2.2.1.176 tracks/coffeescript/exercises/bob/example.coffee
trackler-2.2.1.175 tracks/coffeescript/exercises/bob/example.coffee
trackler-2.2.1.174 tracks/coffeescript/exercises/bob/example.coffee
trackler-2.2.1.173 tracks/coffeescript/exercises/bob/example.coffee
trackler-2.2.1.172 tracks/coffeescript/exercises/bob/example.coffee
trackler-2.2.1.171 tracks/coffeescript/exercises/bob/example.coffee
trackler-2.2.1.170 tracks/coffeescript/exercises/bob/example.coffee
trackler-2.2.1.169 tracks/coffeescript/exercises/bob/example.coffee
trackler-2.2.1.167 tracks/coffeescript/exercises/bob/example.coffee
trackler-2.2.1.166 tracks/coffeescript/exercises/bob/example.coffee
trackler-2.2.1.165 tracks/coffeescript/exercises/bob/example.coffee
trackler-2.2.1.164 tracks/coffeescript/exercises/bob/example.coffee
trackler-2.2.1.163 tracks/coffeescript/exercises/bob/example.coffee
trackler-2.2.1.162 tracks/coffeescript/exercises/bob/example.coffee
trackler-2.2.1.161 tracks/coffeescript/exercises/bob/example.coffee
trackler-2.2.1.160 tracks/coffeescript/exercises/bob/example.coffee