This commit is contained in:
@@ -30,7 +30,8 @@
|
||||
let lengthName = firstName.length * lastName.length;
|
||||
|
||||
outputEl.textContent = lengthName;
|
||||
console.log(lengthName);
|
||||
console.log(lengthName); // => 56
|
||||
console.log('Philippe'.length * 'Torrel'.length); // => 48
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user