Notice
Recent Posts
Recent Comments
Link
«   2024/07   »
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31
Tags
more
Archives
Today
Total
관리 메뉴

훈돌라

2024. 5. 13 복습,,, 또 복습,, 본문

카테고리 없음

2024. 5. 13 복습,,, 또 복습,,

훈돌라 2024. 5. 13. 20:19

 

function sum (num1, num2) {

   return num1 + num2;
}

 

console.log(sum(2,3));

 

 

 

function isEvenOrOdd(num){
    if(num%2 === 0){
        console.log("짝수입니다")
    }

    if(num%2 === 1){
        console.log("홀수입니다")  
    }
}
isEvenOrOdd(5);
isEvenOrOdd(4);

 

 

 

 

 

const name = "훈돌라";

const age = 28;

 

const user = `
이름 : ${name}
나이 : ${age}
`;

 

console.log(user);

 

 

 

 

 

 

document.querySelector document.querySelector document.querySelector document.querySelector document.querySelector document.querySelector document.querySelector document.querySelector document.querySelector document.querySelector document.querySelector document.querySelector document.querySelector document.querySelector document.querySelector document.querySelector document.querySelector document.querySelector document.querySelector document.querySelector

 

 

function() {} function() {} function() {} function() {} function() {} function() {} function() {} function() {} function() {} function() {} function() {} function() {} function() {} function() {} function() {} function() {} function() {} function() {} function() {} function() {} function() {} function() {} function() {} function() {} function() {} function() {} function() {} function() {} function() {} function() {} function() {} function() {} function() {} function() {} function() {} function() {} function() {} function() {} function() {} function() {}