Skip to content

Instantly share code, notes, and snippets.

@phwb
Created October 2, 2019 15:56
Show Gist options
  • Save phwb/1760dc8bf413aa5127654d4491a399fd to your computer and use it in GitHub Desktop.
Save phwb/1760dc8bf413aa5127654d4491a399fd to your computer and use it in GitHub Desktop.
// создание (или генерация) одного пина
function createPin() {/*...*/}
// создание списка пинов
function createPins() {/*...*/}
// создание DOM элемента
function createPinsElement() {/*...*/}
// создание детальной карточки пина
function createCart() {/*...*/}
// активация карты, добавление пинов и тд
function activateMap() {/*...*/}
// деактивация карты
function deactivateMap() {/*...*/}
// активация формы
function activateForm() {/*...*/}
// валидация формы
function validateForm() {/*...*/}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment