12
I understood the "===" that tests value and type, different from the "==" that tests only value, but I didn’t understand the double key, type: {{alguma_coisa}}
, for example in a Javascript that I have, have something like this:
mozL10n.get('page_of', {pageCount: pagesCount}, 'de {{pageCount}}');
There is even the need for two keys?
It seems to be the notation of some framework, perhaps Angularjs
– rray
"l10n" means to localization, related article: http://www.w3.org/International/questions/qa-i18n#l10n
– Pedro Sanção