Thank you very much , i like this kind of videos very intuitive with good quality and representation . good luck for others videos 🤗
@pannu6792 жыл бұрын
how about if i wanna to add my own words and meaning, where I can I edit and store the new vocabs I learn? How could I do that?
@CandDev2 жыл бұрын
you should use database to store the data.
@jean-louisqueguiner28572 жыл бұрын
what's your emmet extension for .container ?
@CandDev2 жыл бұрын
you can enabling emmet for jsx in vscode
@cezar_gaming_08 Жыл бұрын
thanks for files
@randomguy72462 жыл бұрын
Thanks
@subramanyam.d24m562 жыл бұрын
In that API they removed values for Synonyms and Antonyms.
@atulwaghamare69252 жыл бұрын
No...they are there just you need to map correctly... here is the map code.. {mean.map((val) => val.meanings.map((means) => means.antonyms?.map((syn) => {syn}) ) )}