Contact: aviboots(AT)netvision.net.il
40,891 questions
53,304 answers
573 users
let num: number = 7; num = num << 1; // This will double the value of num console.log(num); /* run: 14 */