Console logging on ember js

前端 未结 2 871
梦毁少年i
梦毁少年i 2021-02-02 17:44

I would just like to ask why is it that when you print out on the console on ember it gives you a string? but if you typeof on it, it gives you a function?

ex. s         


        
2条回答
  •  一整个雨季
    2021-02-02 17:57

    Just use {{log "This is logged" foo "And so is this"}}

    Reference: http://handlebarsjs.com/builtin_helpers.html

提交回复
热议问题