difference between controller js and helper in lightning code example
Example: difference between controller and helper in lightning component
<c:AccountList>
<c:AccountCmp id=”1” />
<c:AccountCmp id=”2” />
</c:AccountList>
<c:AccountList>
<c:AccountCmp id=”1” />
<c:AccountCmp id=”2” />
</c:AccountList>