parseInt() application

Report a typo

There are two arrays with data sets, where in the first place is a string containing some number, and in the second place is the basis of the number system. Print the value of the sum in decimal to the console.

Write a program in JavaScript
let dataFirst = ['124f', '8']
let dataSecond = ['431M_p', '9']
___

Create a free account to access the full topic