Everything is an object
var
twelveString = 12.toString();
var
title =
" pigs "
.trim(); title.length;
// 4
OSDC13