We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create pull request until 21 Jan, 13:00 Request should be merged until 23 Jan, 21:00 In other cases pull request will be closed
7-class
Створити структуру обʼєктів за допомогою класів:
Написати скріпт який буде запит на вказану URL та виводити в консоль результат
node ./fetch.js 'http://some-url.com/data'
https://uk.javascript.info/object-methods https://uk.javascript.info/property-accessors https://uk.javascript.info/class https://uk.javascript.info/static-properties-methods https://uk.javascript.info/private-protected-properties-methods https://uk.javascript.info/class-inheritance
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Homework 7 - Class
Deadline
Create pull request until 21 Jan, 13:00
Request should be merged until 23 Jan, 21:00
In other cases pull request will be closed
Task
7-class
;7-class
;Базове завдання
Створити структуру обʼєктів за допомогою класів:
Завдання з зірочкою
Написати скріпт який буде запит на вказану URL та виводити в консоль результат
node ./fetch.js 'http://some-url.com/data'
Корисні посилання
https://uk.javascript.info/object-methods
https://uk.javascript.info/property-accessors
https://uk.javascript.info/class
https://uk.javascript.info/static-properties-methods
https://uk.javascript.info/private-protected-properties-methods
https://uk.javascript.info/class-inheritance
The text was updated successfully, but these errors were encountered: