@jaeyeonjung
Front end developer in Korea
Nothing here yet.
Nothing here yet.
Jul 8, 2024 · 2 min read · What I've learned Web page : A document that displays images, texts, videos and other content in the web browser Website : A collection of webpages that link together Web server : A special type of computer that allows computers to make requests ...
Join discussionNov 10, 2023 · 1 min read · Format // Function Expression const expression = function () { console.log('this is a function expression); } // Function Declaration function declaration () { console.log('this is a function declaration); } Difference Name A function exp...
Join discussion