Skip to content

Commit f1eb470

Browse files
committed
Task 8 of sandboxedModule simplified
1 parent 7f47935 commit f1eb470

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

sandboxedModule/en/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ wrap it for logging to a file in the format: `<time> <module name>`
3434
7. Export a hash from `application.js` with multiple functions and variables,
3535
print the list with types from framework
3636

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
3939

4040
9. Print a list of everything from the application global context (application
4141
sandbox) with the data types specified

sandboxedModule/ru/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
7. Экспортировать из приложения хеш с несколькими функциями и переменными и
3535
распечатать их список из фреймворка с указанием типов
3636

37-
8. Экспортировать из приложения функцию и распечатать список ее параметров
38-
из фреймворка (можно начать с вывода тела функции)
37+
8. Экспортировать из приложения функцию и вывести из вфреймворка исходник
38+
функции и кол-во ее параметров
3939

4040
9. Распечатать из приложения список всего, что находится в его глобальном
4141
контексте (т.е. в песочнице приложения) с указанием типов данных

0 commit comments

Comments
 (0)