Object, Boolean, Function
Object const Sohee= { name: sohee, gender: female, age: 123, job: programmer, adress: } console.log(Sohee.job); programmer Sohee.hobby = swimming; console.log(Sohee.hobby...
Object const Sohee= { name: sohee, gender: female, age: 123, job: programmer, adress: } console.log(Sohee.job); programmer Sohee.hobby = swimming; console.log(Sohee.hobby...
DOM: Document Object Model all the objects that are on a document on the web document as a whole, (head, tables, table headers, text..) allows programming language to interact with the docu...
Head includes important metadata about the document <!DOCTYPE html> <html lang="en-US"> <head> <meta charset="utf-8" /> <title>My test page</title&g...
✅ Security Acyronyms Stands For XXS Cross Site Scripting CSRF Cross Site Request Forgery SOP Same Orgin...
✅ Daily Report 📌 TO-DO LIST submit github blog post study lesson 4 assigment: ✅ Today I Learned IDE ☑️ Framework 클래스 + 인터페이스의 집합 🐛 Trouble Shooting 🔴 Trouble 🟠 Mistak...