Difference between component.find() component.get() in Salesforce Lightning
Component.get() component.get(String key) and component.set(String key, Object value) retrieves and assigns values associated with the specified key on the component. Keys are passed in as an expression, which represents attribute ....