Contact: aviboots(AT)netvision.net.il
42,690 questions
55,442 answers
573 users
let num = 9; num = num << 1; // This will double the value of num console.log(num); /* run: 18 */