How do I read an if statement with a string in it?

Viewed 33

enter image description here

Beginning on line 8 you will see an "if" statement and I am wondering how to read It in relation to the body.

This is my understanding of it:

"If videoLength is >= 5, then build the string "That's lovely."."

The keyword here is build. I'm trying to use the correct language when describing code. I appreciate any feedback.

0 Answers
Related