You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- var lessons = ["jade","js"]
if lessons
if lessons.length>2
p more than 2: #{lessons.join(',')}
else if lessons.length >1
p more than 1: #{lessons.join(',')}
else
p no1 lessons:#{lessons.length}
else
p no2 lessons