Help! My Javascript exercises aren't passing

A number of my exercises haven’t passed and I’m almost 100% sure that I’m doing them correctly. Is anyone else having this problem? I feel like it’s buggy, since it’s so many different ones.

what make you think they are not passing?

They weren’t passing, I wasn’t able to progress? I tried a bunch.

For instance, this wouldn’t pass:

// Example

var firstName = “Alan”;

var lastName = “Turing”;

// Only change code below this line

myFirstName = “Armored”;

myLastName = “Blob”;

Nevermind! I figured it out! So sorry!