How do I access salesforce custom labels in a snippet? I tried $A.get("$Label.Name_Of_Label") but it

Hi Moshe,

I tried these approaches but they doesnt seem to be working. I am looking to use the labels in javascript. 

I tried something like this but no luck. 

var testLabel = {$Label.LABEL_NAME};
console.log(testLabel);


Any other ideas?

KR.