onoo

Avatar
  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1
  • onoo created a post,

    BUG? ES6 import from "Unexpected token import"

    Hi, I'm just learning JavaScript on CodeCademy and I'm confused. Why working only Case 3? This is not ES6. What I make wrong?   fruits.js const Fruits = { fruit: 'apple'};//export default Fruits...