I mean
console.error("The %s jumped over %d tall buildings", animal, count);sorry :) On 24 июл, 20:21, johnjbarton <[email protected]> wrote: > I guess you meant to write something different involving console.error > ()? > jjb > > On Jul 24, 9:12 am, Rakoth <[email protected]> wrote: > > > 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 -~----------~----~----~----~------~----~------~--~---
