Code Monkey home page Code Monkey logo

web-development-course's People

Contributors

toxanski avatar

Stargazers

 avatar

Watchers

 avatar

web-development-course's Issues

Замечания по lw3/task1

.add_descr_title

не сокращайте имена в классах. используйте английские слова без сокращений
по всему коду нужно проверить

Замечания по lw2/task1

          <div class="content__card_pic"></div>

лучше картинку вставить через img, так как изображение не является декоративным

Замечания по lw5/task1

    const elementName = prompt('Введите название элемента');

данный код должен быть на уровнерегистрации события. функция для работы с состоянием не должна ничего знать про DOM и BOM

Замечания по lw2/task2

      <div class="buttons-xlarge">
        <button class="button button-xlarge button-border">XLarge Default</button>
        <button class="button button-xlarge button-bgc">XLarge Default</button>
        <button class="button button-xlarge button-border button-semiround">XLarge Default</button>
        <button class="button button-xlarge button-bgc button-semiround">XLarge Default</button>
        <button class="button button-xlarge button-border button-round">XLarge Default</button>
        <button class="button button-xlarge button-bgc button-round">XLarge Default</button>
      </div>

класс buttons-xlarge должен использоваться только в button, div этот класс не касается

Замечания по lw3/task2

var isTimeRangesIntersect = function (timeRange1, timeRange2) {

перепишите на

function isTimeRangesIntersect(timeRange1, timeRange2) {

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.