let a = 1 let c = 0 while(a < process.argv[2]){ a *= 2 c++ } console.log(c)