📜  javascript 注释 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:01:47.051000             🧑  作者: Mango

代码示例1
// Of course JavaScript doesn't have them, but are there additional libraries or proposed language extension, for example

//Example: 
@type {folder.otherjsmodule.foo}
function(){
    foo = folder.otherjsmodule.foo();
    ...
    return foo;
};

//Source: https://stackoverflow.com/questions/17065949/javascript-annotations