Can you give me a example for this solution by javascript?
arr = [16, 32, 72, 96]
output: [16, 32].
Because 16 = 4^2 and 32 = 2^5
Thank you for your time to help me!!
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
Can you give me a example for this solution by javascript?
arr = [16, 32, 72, 96]
output: [16, 32].
Because 16 = 4^2 and 32 = 2^5
Thank you for your time to help me!!