diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/4\347\217\255/4\347\217\255_\346\257\217\346\227\245\345\205\205\347\224\265/\347\254\254\345\215\201\345\205\253\345\221\250\344\275\234\344\270\232/.keep" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/4\347\217\255/4\347\217\255_\346\257\217\346\227\245\345\205\205\347\224\265/\347\254\254\345\215\201\345\205\253\345\221\250\344\275\234\344\270\232/.keep" new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/4\347\217\255/4\347\217\255_\346\257\217\346\227\245\345\205\205\347\224\265/\347\254\254\345\215\201\345\205\253\345\221\250\344\275\234\344\270\232/\347\254\254\345\215\201\345\205\253\345\221\250\347\254\2541\350\212\202\350\257\276\345\207\275\346\225\260\345\243\260\346\230\216.js" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/4\347\217\255/4\347\217\255_\346\257\217\346\227\245\345\205\205\347\224\265/\347\254\254\345\215\201\345\205\253\345\221\250\344\275\234\344\270\232/\347\254\254\345\215\201\345\205\253\345\221\250\347\254\2541\350\212\202\350\257\276\345\207\275\346\225\260\345\243\260\346\230\216.js" new file mode 100644 index 0000000000000000000000000000000000000000..2e6381d7b49b37b40adce623fc086479a717664b --- /dev/null +++ "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/4\347\217\255/4\347\217\255_\346\257\217\346\227\245\345\205\205\347\224\265/\347\254\254\345\215\201\345\205\253\345\221\250\344\275\234\344\270\232/\347\254\254\345\215\201\345\205\253\345\221\250\347\254\2541\350\212\202\350\257\276\345\207\275\346\225\260\345\243\260\346\230\216.js" @@ -0,0 +1,27 @@ + + +function myFunction(var1,var2){ + var3=var1+var2; + console.log(var3) +} +console.log(myFunction(1,2)) + + +//匿名函数 +/* +(function (var1,var2){ + var3=var1+var2; + console.log(var3) +}) + + */ + + +//匿名函数调用 + /* +(function (var1,var2){ + var3=var1+var2; + console.log(var3) +})(1,2) + + */ \ No newline at end of file diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/4\347\217\255/4\347\217\255_\346\257\217\346\227\245\345\205\205\347\224\265/\347\254\254\345\215\201\345\205\253\345\221\250\344\275\234\344\270\232/\347\254\254\345\215\201\345\205\253\345\221\250\347\254\2541\350\212\202\350\257\276\347\216\257\345\242\203\345\256\211\350\243\205.png" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/4\347\217\255/4\347\217\255_\346\257\217\346\227\245\345\205\205\347\224\265/\347\254\254\345\215\201\345\205\253\345\221\250\344\275\234\344\270\232/\347\254\254\345\215\201\345\205\253\345\221\250\347\254\2541\350\212\202\350\257\276\347\216\257\345\242\203\345\256\211\350\243\205.png" new file mode 100644 index 0000000000000000000000000000000000000000..967055628028db762a7917790e496d4fe5732a56 Binary files /dev/null and "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/4\347\217\255/4\347\217\255_\346\257\217\346\227\245\345\205\205\347\224\265/\347\254\254\345\215\201\345\205\253\345\221\250\344\275\234\344\270\232/\347\254\254\345\215\201\345\205\253\345\221\250\347\254\2541\350\212\202\350\257\276\347\216\257\345\242\203\345\256\211\350\243\205.png" differ