const three = "3"; typeof(three); // 'string' const threeInt = parseInt(three, 10); typeof(threeInt); // 'number'