Skip to content
View Quangdv99's full-sized avatar
💭
funny
💭
funny

Block or report Quangdv99

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. FD-Calculator FD-Calculator Public

    Project Mini with JS HTML CSS

    CSS

  2. Sync & Async Sync & Async
    1
    /**
    2
     * Sử dụng module `request` (https://www.npmjs.com/package/request) để tải dữ liệu từ đường link sau về và hiển thị ra màn hình:
    3
     * https://randomuser.me/api/
    4
     * 
    5
     * Sử dụng console.time và console.timeEnd để hiển thị ra thời gian tải link. Tìm hiểu về 2 hàm này tại: https://alligator.io/js/console-time-timeend/
  3. Bài tập phần Math trong Javascript Bài tập phần Math trong Javascript
    1
    /** 
    2
     * Dùng hàm average tính điểm trung bình 3 môn của một học sinh.
    3
     * Làm tròn điểm trung bình
    4
     * Ví dụ: [8, 8, 6.75]  => 8
    5
     * Gợi ý: Dùng Math.round 
  4. Thiết kế database cho 1 hệ thống quả... Thiết kế database cho 1 hệ thống quản lý thư viện sách
    1
    /**
    2
     * Thiết kế database cho 1 hệ thống quản lý thư viện sách, cho biết thư viện này có hàng trăm giá sách khác nhau, sách được để ở bất kì giá nào không theo danh mục nào.
    3
     * Mỗi cuốn sách có 1 mã khác nhau.
    4
     * Hệ thống cho phép đăng ký người dùng mới, một người có thể mượn nhiều sách khác nhau trong một khoảng thời gian hữu hạn.
    5
     * Hệ thống có thể lưu lịch sử ai đã mượn sách nào, bắt đầu mượn từ bao lâu, trả lúc nào.
  5. angular.js angular.js Public

    Forked from angular/angular.js

    AngularJS - HTML enhanced for web apps!

    JavaScript