- Conventional commits
- lodash/underscore?
- moment.js/date-fn?
- prettier/eslint?
- webpack/parcel?
- docker?
- You have legacy code, and you need to make it great, how and in what ordrer you'd work on it?
- CI/CD
- Pull Request flow
- eslint
- prettier
- bug tracking system
const one = (arr) => {
const result = [];
for (let i = 0; i < arr.length; i++) {
result[i] = arr[i] * 2;
}
return result
}
const two = (arr) => arr.map(el => el * 2)
Write typings for next data.
Expand data
{
"key": "/works/OL85892W",
"type": {
"key": "/type/work"
},
"title": "Dracula",
// optional
"description": "It tells the story of Dracula's attempt to move from Transylvania to England so he may find new blood and spread undead curse, and the battle between Dracula and a small group of men and women led by Professor Abraham Van Helsing.",
// optional
"subjects": [
"Fiction",
"Horror",
"Monsters",
"Thriller",
"Vampires"
],
"authors": [
{
"author": {
"key": "/authors/OL31727A"
},
"type": {
"key": "/type/author_role"
}
}
],
isVerified: true,
isOfficial: true,
"latest_revision": 96,
"revision": 96,
"created": {
"type": "/type/datetime",
"value": "2009-10-17T11:24:20.769455"
},
"last_modified": {
"type": "/type/datetime",
"value": "2021-12-09T08:36:23.821757"
}
}
https://codesandbox.io/s/upbeat-paper-5um22?file=/src/App.js
Create a functionality which will get data from server, and render list of users, fetched from server
Build progress bar