Alleppey Green Cardamom
Geographical indication rights
Allepey Green Cardamom received Intellectual Property Rights Protection or Geographical Indication (GI) status in 2005.
gollark: (it works with non-arrow functions, I just like these more)
gollark: Functions implicitly do it:```javascriptconst thing = () => { let v = 0 return () => { return v++ }}const incrementer = thing()console.log(incrementer())console.log(incrementer())```
gollark: The thing where functions capture their scope.
gollark: ```lualet otherTesting = [];for(let i = 0; i < 10; i++) { otherTesting[i] = function() { console.log(i); }}```does the same thing so I suppose it's just weirdness with closure in loops.
gollark: Er, 9, not 10.
References
- "Archived copy". Archived from the original on 5 March 2016. Retrieved 21 January 2013.CS1 maint: archived copy as title (link)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.