- Tí nữa, đọc thấy tạo nhánh có số 123 thì các bạn hiểu ngầm nó chính là
taskId
nhen. - Ví dụ team mình dev trên nhánh
develop
.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// HACK NÃO VỚI PHÉP TOÁN | |
// CỘNG TRỪ TRONG JAVASCRIPT | |
// ------------ | |
// Phép cộng | |
// ------------ | |
// Number + Number = Number | |
console.log(1 + 1); |