How can you assign a number of paragraphs value for "numParagraphs" variable? Select all correct options.
Explanation

var numParagraphs = $('p').length // 3
var numParagraphs = $('p').size() // 3
note: jQuery .size() method simply calls .length

size: function(){
   return this.length;
}

Следи за CodeGalaxy

Мобильное приложение Beta

Get it on Google Play
Обратная Связь
Cosmo
Зарегистрируйся сейчас
или Подпишись на будущие тесты