Podcast
Questions and Answers
How many late days are allowed for projects?
How many late days are allowed for projects?
Are late days applicable to homeworks?
Are late days applicable to homeworks?
How many projects can be turned in one day late without penalty?
How many projects can be turned in one day late without penalty?
How are late days rounded up?
How are late days rounded up?
Signup and view all the answers
What happens if you hand in homework late after using all extension days?
What happens if you hand in homework late after using all extension days?
Signup and view all the answers
Which operator can be used to split a string across multiple lines in JavaScript?
Which operator can be used to split a string across multiple lines in JavaScript?
Signup and view all the answers
Which character can be used to indicate that a string will continue on the next line in JavaScript?
Which character can be used to indicate that a string will continue on the next line in JavaScript?
Signup and view all the answers
What form should the backslash character be in to indicate that a string will continue on the next line in JavaScript?
What form should the backslash character be in to indicate that a string will continue on the next line in JavaScript?
Signup and view all the answers
What are the alternatives to using the + operator or the backslash character to split a string across multiple lines in JavaScript?
What are the alternatives to using the + operator or the backslash character to split a string across multiple lines in JavaScript?
Signup and view all the answers