Update countries.js

I am trying to import this file in my .js file in vs code using this code-
import {countries} from 'https://github.com/Asabeneh/30DaysOfJavaScript/tree/master/data/countries.js'
pull/519/head
stilllearningworld 3 years ago committed by GitHub
parent cf35af992c
commit ddd95213a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -193,3 +193,5 @@ const countries = [
'Zambia',
'Zimbabwe'
]
//exporting array
export{countries};

Loading…
Cancel
Save