I am a beginner, doing Code Academy full stack course, but i feel i don’t have any good resources with them.
For example : they teach to google something you don’t know, and sometimes they ask to you something there isn’t on google, like this :
app.put('/currencies/:name/countries', (req, res, next) => {
const currencyName = req.params.name;
const countries = req.params.id;
currencies[currencyName] = countries
res.send(currencies[currencyName]);
If i look on internet, it’s difficult to find something like that, i mean, similar and doing alone this. How you all learned how to code? I feel have no resoureces.
( this is an example )
Luca!
I tried to learn with code academy
Luca Lucci is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.