What does the colon (:) in JavaScript represent?

后端 未结 2 1607
小鲜肉
小鲜肉 2020-12-06 00:27

This is probably a stupid noob question but what does the : represent in the following context:

var stuffToDo = {
    \'bar\' : function() {
        alert(\'         


        
2条回答
提交回复
热议问题