编程日常单词

B

  • basic grammer 基本语法

C

  • comment 注释

D

  • data types 数据类型
  • declaration 声明
  • declaring variables 声明变量

F

  • function hoisting 函数提升

I

  • identifier 标识符

J

K

L

  • literals 字面量
  • local variable 局部变量

V

  • variable declarations 变量声明
  • variable hoisting 变量声明提升
  • variable scope 变量作用域
原文地址:https://www.cnblogs.com/mangoniki/p/5894233.html