Contenido del Curso
Introduction to TypeScript
Introduction to TypeScript
Code Syntax Correction Challenge
This code contains some syntax errors. Your task is to identify the error locations and comment them out to make the code run successfully.
let one : number = 5; let two : string = one ** 4; let result = two - one; console.log('code has been executed succesfully') console.log(`the result is ${result}`)
¡Gracias por tus comentarios!