Alex 831e07a279 fix hw10 2 tahun lalu
..
1@3x.png f0507c4e43 fOOP 2 tahun lalu
README.md f0507c4e43 fOOP 2 tahun lalu
index.html f0507c4e43 fOOP 2 tahun lalu
music.mp3 f0507c4e43 fOOP 2 tahun lalu
script.js 831e07a279 fix hw10 2 tahun lalu

README.md

ДЗ: Functional OOP

  • RGB
    • red = new Control()
    • green = new Control()
    • blue = new Control()
  • Music
    • music = new Control()
  • Password
    • function Password(parent, open)
  • LoginForm
    • function LoginForm()
  • LoginForm Constructor
    • function LoginFormConstructor()
  • Password Verify
    • pass1 = new Password()
    • pass2 = new Password()