# grammar study
총 4개의 포스트
Learn Javascript - 5 "Arrays"
In global scope, variables are declared outside of blocks. These variables are called global variables. Because global variables are not bound inside
2020년 12월 26일
·
0개의 댓글·
0Learn Javascript -3 "functions"
FunctionsHow to calculate the area of a rectangle.Measure the width of the rectangle.Measure the height of the rectangle.Multiply the width and height
2020년 12월 24일
·
0개의 댓글·
0Learn Javascript -2
if, else if, and else statements comparison operators logical operators truthy vs falsy values ternary operators switch statement [if] In programmin
2020년 12월 21일
·
0개의 댓글·
0Learn Javascript -1 "Data Type"
Console.log() Code comments : Single line comment : // sentence. Multi line comment : /* sentences. */ (Also can use it in the middle of a line or co
2020년 12월 20일
·
0개의 댓글·
0