Why do Bootstrap functions start with a + sign?

This question already has an answer here:

  • JavaScript plus sign in front of function name 3 answers

  • I think it forces the parser to treat the part following the + as an expression. You can also read Immediately-Invoked Function Expression

    Also check JavaScript plus sign in front of function name

    链接地址: http://www.djcxy.com/p/94930.html

    上一篇: 这些字符在Javascript中做了什么?

    下一篇: 为什么Bootstrap函数以+符号开头?