File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ wrap it for logging to a file in the format: `<time> <module name>`
34
34
7 . Export a hash from ` application.js ` with multiple functions and variables,
35
35
print the list with types from framework
36
36
37
- 8 . Export a function from ` application.js ` and print a list of its parameters
38
- form the framework (you can start printing function source)
37
+ 8 . Export a function from ` application.js ` and print its parameter count and
38
+ source code from the framework
39
39
40
40
9 . Print a list of everything from the application global context (application
41
41
sandbox) with the data types specified
Original file line number Diff line number Diff line change 34
34
7 . Экспортировать из приложения хеш с несколькими функциями и переменными и
35
35
распечатать их список из фреймворка с указанием типов
36
36
37
- 8 . Экспортировать из приложения функцию и распечатать список ее параметров
38
- из фреймворка (можно начать с вывода тела функции)
37
+ 8 . Экспортировать из приложения функцию и вывести из вфреймворка исходник
38
+ функции и кол-во ее параметров
39
39
40
40
9 . Распечатать из приложения список всего, что находится в его глобальном
41
41
контексте (т.е. в песочнице приложения) с указанием типов данных
You can’t perform that action at this time.
0 commit comments