/ittf/models/cheatsheets/js/t/call.ittf.ittf (primary)
edit
1 element call
2 tag _
3 ast CallExpression
4 category call-statements
5 item
6 title Call with no parameters
7 ittf
8 _ execute
9 item
10 title Call with string and number parameters
11 ittf
12 _ display
13 @ 'name'
14 @ 3
15 item
16 title Call with string and call parameters
17 ittf
18 _ showUserName
19 @ userId
20 _ getName
21 @ userId
22 item
23 title Call with string and object parameters
24 ittf
25 _ showUserProfile
26 @ userId
27 {
28 @ showEmail
29 _ isEmailVisible
30 @ userId
31 [ sections
32 @ 'about-me'
33 @ 'projects'