Hacker News new | past | comments | ask | show | jobs | submit login

I like to associate `.apply` with "Array", and `.call` with "Columns".

    f.apply(this, arrayOfArgs); // Array

    f.call(this, arg1, arg2, arg3); // Columns



"Columns" -> "call()'ems"

:)


Oh, that's good


I have a similar association, but use "Commas" in place of "Columns".




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: