Learn Basic JavaScript by Building a Role Playing Game - Step 1

Tell us what’s happening:

Help me know why isn’t it working

Your code so far


<!-- User Editable Region -->

<!DOCTYPE html>
<html lang="eng">
<head>
    <meta charset="UTF-8">
    <link rel="stylesheet" type="text/css" href="style_file.css">
    <title>
        RPG - Dragon Repeller
    </title>
</head>
<body>
    <div id="game">

    </div>
</body>
</html>

<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36

Challenge Information:

Learn Basic JavaScript by Building a Role Playing Game - Step 1

Hello! @arasaw88

You are almost there! but have a small typo…

In the code you’ve provided, we have to set the lang to English which is “en” and not “eng”.

Happy Coding :grinning:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.