Tech

코드 블럭 카피 테스트

2023. 03. 21

function test() {

() => console.log(“?”);

}

 

function test3() {

()=>console.log("prism.js")

}
function test2() {

    () => console.log("highlight.js");

}

연관 아티클