Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Property 'join' does not exist on type '{}' #1349

Closed
guoshencheng opened this issue Sep 27, 2017 · 3 comments
Closed

Property 'join' does not exist on type '{}' #1349

guoshencheng opened this issue Sep 27, 2017 · 3 comments
Labels

Comments

@guoshencheng
Copy link

const a = ["b", "a"].join(" ");

Atom show error message: Property 'join' does not exist on type '{}'

but it works at vscode

@senyaak
Copy link

senyaak commented Oct 6, 2017

Just testet and there is no error.

@github-actions
Copy link

This issue has been marked as stale because it did not have any activity for the last 90 days or more. Remove the stale label or comment or this will be closed in 14 days

@CJohnSnow
Copy link

CJohnSnow commented Dec 2, 2021

const a: Array< string > = ["b", "a"].join(" ");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants