let url= 'https://newsapi.org/v2/top-headlines?country=in&category=business&apiKey=68e660a9b23745329c93e83f10ee38b2&page=${this.state.page+1}'
Adding $ is not helping me to add props within a className.
Please help me
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
let url= 'https://newsapi.org/v2/top-headlines?country=in&category=business&apiKey=68e660a9b23745329c93e83f10ee38b2&page=${this.state.page+1}'
Adding $ is not helping me to add props within a className.
Please help me