About 160,000 results
Open links in new tab
  1. freeCodeCamp Challenge Guide: Declare String Variables

    May 19, 2023 · In JavaScript, variables are dynamic. That means they can hold numbers, strings, or any other data type at a given time. To declare a string, simply initialize (create) a variable: …

  2. Declare String Variables (Basic JavaScript) freeCodeCamp tutorial

    May 21, 2021 · Do you need more help with coding? ════════════════════════════ Apply for 1-1 coaching https://form.jotform.com/230156286763056 Certification: JavaScript …

  3. declare-string-variables.md - GitHub

    Create two new string variables: myFirstName and myLastName and assign them the values of your first and last name, respectively. --hints-- myFirstName should be a string with at least …

  4. Basic JavaScript: Declare string variables | freeCodeCamp.org

    Previously you used the following code to declare a variable: var myName; But you can also declare a string variable like this: var myName = "your name"; "your name" is called a string …

  5. Declare String Variables - The freeCodeCamp Forum

    Sep 18, 2017 · Var firstName = “Alan”; A string variable is assigned a variable. Such as this. Var myFirstName= firstName; Notice we are not using quotes around the assignment firstName. …

  6. Declare String Variables - Free Code Camp - YouTube

    Today we learn to declare string variable in JavaScript. This is part of a series of tutorials on the Free Code Camp curriculum.

  7. CodeChallenge/javascript/FreeCodeCamps/Basic JavaScript/Declare String

    Create two new string variables: myFirstName and myLastName and assign them the values of your first and last name, respectively.

  8. Declare string variable - The freeCodeCamp Forum

    Aug 9, 2017 · // Example var firstName = “Alan”; var lastName = “Turing”; // Only change code below this line hey guys please help i have stack here the fist name does not work i have …

  9. Declare String Variables - Free Code Camp Help - YouTube

    Free Code Camp Material - To help you learn and walkthrough step-by-step. JavaScript Algorithms and Data Structures SectionBasic Javascript Sub-Section Decla...

  10. Help with Free Code Camp : r/learnpython - Reddit

    Dec 22, 2023 · For example, String Manipulation Step 23 (building a cypher): "Before printing the current character, declare a variable called index and assign the value returned by …

Refresh