GithubHelp home page GithubHelp logo

harryheman / my-js Goto Github PK

View Code? Open in Web Editor NEW
480.0 12.0 102.0 125.37 MB

Руководства, шпаргалки, вопросы и другие материалы по JavaScript, TypeScript, React, Next.js, Node.js, Express, Prisma, GraphQL, Docker и другим технологиям, связанным с разработкой веб-приложений.

Home Page: https://my-js.org/

License: MIT License

JavaScript 77.34% CSS 22.66%
docker express-js expressjs javascript js next-js nextjs node-js nodejs prisma react react-js reactjs sequelize ts typescript

my-js's Introduction

logo

MyJavaScript

License: MIT

Руководства, шпаргалки, вопросы и другие материалы по JavaScript, TypeScript, React, Next.js, Node.js, Express, Prisma, GraphQL, Docker и другим технологиям, связанным с разработкой веб-приложений.

Участие

Буду признателен за любой вклад в развитие проекта.

Лицензия

Материалы находятся в свободном доступе (лицензия MIT).
Ссылки на репозиторий приветствуются.

my-js's People

Contributors

choopachuck avatar everatwork avatar farid-temuri avatar foxtrotkilomike avatar harryheman avatar hedonismv avatar kuzinartemiy avatar maxknyazev avatar mcmimik avatar seryibaran avatar teratron-git avatar tracktor-git avatar wuglyakbolgoink avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

my-js's Issues

Bug: Сломанный роутинг

Если изначально открыть https://my-js.org по ссылке на любую статью, не открываются статьи и не прогружаются лого в футере. FF/Chrome/Chrome android.
Локально не воспроизводится.

  1. Переходим по ссылке https://my-js.org/docs/guide/intro-guide/ (404 лого в футере)
  2. Нажимаем на любой линк в статье
  3. Переводит на https://my-js.org/docs/guide/intro-guide/nextjs-tutorial (Page Not Found)
  4. Ожидалось https://my-js.org/docs/guide/nextjs-tutorial

Вопрос по JS № 191

Привет!

Вопрос № 191

console.log("hello")

setTimeout(() => console.log("hey"), 1)
setTimeout(() => console.log("yo"), 2)
setTimeout(() => console.log("world"), 0)

console.log("hi")

У меня в разных средах отличается вывод. В NodeJS v18.12.1 выводится так, как написано в правильном ответе (вариант D: hello hi hey world yo), при этом в браузерах выводится иначе (как в варианте C: hello hi world hey yo). Проверял в Firefox v127 и в Maxthon 7 (на движке хромиума). В старом Chrome v85 выводится как D: hello hi hey world yo...

PR сразу не стал создавать, так как вопрос спорный...

Ошибка в "Вопросы по JavaScript. Версия 1"

101-ый вопрос :

const person = {
  firstName: 'John',
  lastName: 'Smith',
  pet: {
    name: 'Rex',
  },
  getFullName() {
    return `${this.firstName} ${this.lastName}`
  }
}

console.log(person.pet?.name)
console.log(person.pet?.family?.name)
console.log(person.getFullName?.())
console.log(member.getLastName?.())

Текущий код выбросит исключение ReferenceError: member is not defined в последнем консоль логе.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.