Update string_data_types.js

Check
pull/11/head
bendalus 6 years ago committed by GitHub
parent b6fd2c6e94
commit f7d1e45274
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
let space = ' ' // an empty space string
let firstName = 'Asabeneh'
let firstName = 'Asabeneh' // represents first name
let lastName = 'Yetayeh'
let country = 'Finland'
let city = 'Helsinki'

Loading…
Cancel
Save