Basic JavaScript - Declare String Variables

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

//Example
var fristName = "Alan";
var lastName = "Cowel";
//only change the code below line
var myFristName = "beau";
var myLastName = "carnes";

Your browser information:

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

Challenge: Basic JavaScript - Declare String Variables

Link to the challenge:

Hey Jagruti!

Welcome to the freeCodeCamp’s community forums.

It looks like you misspelled myFirstName here which is causing your tests to fail.

Hope this helps! :smile:

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