Felopatermelika
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Edited how to wrap text in webstorm especially html attributes and arrays and objects
how to get from this: const [todos, setTodos] = useState([{text:'study the words',key: '1'}, {text:'build the todo app', key: '2'},{text:'go to the gym', key: '3'},]); to this: const [todos, setTod...