Alex a16d74cd06 fix README 2 роки тому
..
README.md a16d74cd06 fix README 2 роки тому
script.js 14dd81ee39 update let history = "1212"; 2 роки тому

README.md

Домашнее задание: Ассоциативные массивы

  • 3 persons
    • let a
    • let b
    • let c
  • different fields
    • function differentFields()
  • fields check
    • function fieldsCheck()
  • array of persons
    • function arrayOfPersons()
  • loop of persons
    • function loopOfPersons()
  • loop of name and surname
    • function loopOfNameAndSurname()
  • loop of loop of values
    • function loopOfLoopOfValues()
  • fullName
    • function fullName()
  • serialize
    • function serialize()
  • deserialize
    • function deserialize()
  • HTML
    • function html()
  • HTML optional fields
    • function htmlOptionalFields()
  • HTML tr color
    • function htmlTrColor()
  • HTML th optional
    • function htmlThOptional()
  • Задание на синий пояс
    • function blueBelt()
    • console.log(blueBelt(someTree))
  • destruct array
    • function destructArray()
  • destruct string
    • function destructString()
  • destruct 2
    • function destruct2()
  • destruct 3
    • function destruct3()
  • Задание на черный пояс: Электронная гадалка
    • function blackBelt()