this method dont work as other with many arguments:
console.log("The %s jumped over %d tall buildings", animal, count); -
OK
>>The cat jumped over 10 tall buildings
console.log("The %s jumped over %d tall buildings", animal, count); -
output is not interpolated
>>The %s jumped over %d tall buildings
Is it normal?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---