Pmo
-
THIS CODE HAS BEEN THE MOST ANNOYING THING EVEN OBEY MY WILL
console.log("Hi there!");
const botName = "Jamie";
const greeting =
My name is ${Jamie}.;
console.log(greeting);const subject = "JavaScript";
const topic = "strings";const sentence =
Today, you will learn about ${money} in ${this economy!}.;
console.log(sentence);const strLengthIntro =
Here's an example of people being idiots in this day and age ${subject}.;
console.log(strLengthIntro);console.log(subject.length);
console.log(
Placeholder for future me which I will forget ${topic}.);
console.log(topic.length);console.log(
enter filler ${subject}.);console.log(subject[0]);
console.log(
enter filler ${subject}.);
console.log(subject[1]);console.log(
enter filler ${subject}.);const lastCharacter = subject[subject.length - 1];
console.log(lastCharacter);const learningIsFunSentence = "Learning is a pain in my rear behind.";
console.log("SUBSTRINGS PLEASE OMGGG ");
console.log(learningIsFunSentence.indexOf("Learnin pain"));
console.log(learningIsFunSentence.indexOf("fun is meh "));
console.log(learningIsFunSentence.indexOf("learning is STILL A PAIN")); -
I don't know what the coding means but it looks annoying

-
This looks more complicated than my math test
-
THIS CODE HAS BEEN THE MOST ANNOYING THING EVEN OBEY MY WILL
console.log("Hi there!");
const botName = "Jamie";
const greeting =
My name is ${Jamie}.;
console.log(greeting);const subject = "JavaScript";
const topic = "strings";const sentence =
Today, you will learn about ${money} in ${this economy!}.;
console.log(sentence);const strLengthIntro =
Here's an example of people being idiots in this day and age ${subject}.;
console.log(strLengthIntro);console.log(subject.length);
console.log(
Placeholder for future me which I will forget ${topic}.);
console.log(topic.length);console.log(
enter filler ${subject}.);console.log(subject[0]);
console.log(
enter filler ${subject}.);
console.log(subject[1]);console.log(
enter filler ${subject}.);const lastCharacter = subject[subject.length - 1];
console.log(lastCharacter);const learningIsFunSentence = "Learning is a pain in my rear behind.";
console.log("SUBSTRINGS PLEASE OMGGG ");
console.log(learningIsFunSentence.indexOf("Learnin pain"));
console.log(learningIsFunSentence.indexOf("fun is meh "));
console.log(learningIsFunSentence.indexOf("learning is STILL A PAIN"));@BritishUnity What is this code for? Depending on that, you might double check your brackets, that kept messing me up a while ago.
-
@BritishUnity What is this code for? Depending on that, you might double check your brackets, that kept messing me up a while ago.
Just a project im running im checking my brackets as well making sire everything rogjt lol and REALLLL
-
This looks more complicated than my math test
@Larryfire85 lol
-
I don't know what the coding means but it looks annoying

@questionoftheday really is sometimes
-
I dont know how people get into coding because this looks like ancient hieroglyphics
-
@GooXy start with html
-
Y YourAriesBestie moved this topic from Edge Of The Forum