Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function convertor(input){
- let r = Number(input[0]);
- let res = r * 2.54;
- console.log(res);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement