ADAlok Deshwal·Aug 2, 202100JavaScript Code Snippetclass A { constructor() { } return() { return 'I am a return keyword' } var() { return 'I am a var keyword'} } console.log(new A().var())Join discussion
HKHoney Khandelwal·Sep 1, 201700Does Julia have classes? if not then what is the replacement for class?I'm switching from java to Julia now, I don't find the concept of class in Julia, what is the replacement for classes in Julia?Join discussion