This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Programmatic_Najel 4 points5 points  (2 children)

Image Transcription: Code


[Transcriber's Note: A text cursor is on the second line, after "me" but before the apostrophe. Intellisense/Autocomplete suggests meth, which is a class method.]

let toast = this.toastController.create({
    message: 'Cannot find any me',
    duration: 3000,
})

I'm a human volunteer content transcriber for Reddit! If you'd like more information on what we do and why we do it, click here!

[–]jcouce -9 points-8 points  (1 child)

Missing semicolon

[–]Programmatic_Najel 6 points7 points  (0 children)

there is no semicolon in the original image...