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