FavoriteSUJAY GANGULY (Accenture Technology) asked in #Lightning ExperienceAug 17, 2017, 9:26 PMhow to show console.log in Developer console for lightning controller and helper js?4 answersSortSort by DateSort by Most HelpfulSort by DateLoad more comments...Mustafa Jhabuawala (Dorhinii Technologies Private Limited)Aug 18, 2017, 9:43 AMYou can use console.log the similar way you do in javascript.This is how you can write console.log in you lightning controller or helper.({ myAction : function(component, event, helper) { console.log('Here'); }})Show MoreAdd a commentWrite an answer...BoldItalicUnderlineStrikethroughBulleted ListNumbered ListAdd linkCode blockInsert imageAttach filesLink URLCancelSave0/9000Reply
Mustafa Jhabuawala (Dorhinii Technologies Private Limited)Aug 18, 2017, 9:43 AMYou can use console.log the similar way you do in javascript.This is how you can write console.log in you lightning controller or helper.({ myAction : function(component, event, helper) { console.log('Here'); }})Show More