Write a function to transform array a to array b and print the elements of array b to the console.
let a = [2, 4, 6, 8, 9, 15] let b = [‘4’, ‘16’, ‘64’]
No comments:
Post a Comment