Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by astashak

  1. A

    JavaScript I can't get bootstrap properly implemented in my code

    Hello! Im am having trouble implementing bootstrap into my own website. I am simply trying to make a list of pokemon that act as buttons that you can press. And when you press them a modal pops up displaying more info about them. I got it to work with my vanilla JS but I can't seem to get to...
  2. A

    I have no clue what is wrong with my code! please help!

    wow thanks for not helping me at all and just writing a bunch of complete nonsense. I'm a extremely beginner coder trying to learn and therefore on hear seeking help. And no i didnt just copy line 40 its called an IIFE....maybe look it up. I thought an expierenced coder like yourself might know...
  3. A

    I have no clue what is wrong with my code! please help!

    Thanks man! This is a cool little website that I didnt know about. I put it in my code and it seems you were right about some of it. 40:1 error Parsing error: Unexpected token 38 | showDetails: showDetails 39 | }; > 40 | })(); | ^ 41 | 42 | pokemonRepository.getAll().forEach(function (pokemon)...
  4. A

    I have no clue what is wrong with my code! please help!

    those are to make my variables more local so that in the future it wont be affected by more global variables. IIFE But either way I tried deleting them and it still didnt pop up. Same with various trys at deleting the brackets before and leaving the ones below, etc... Any other ideas? I...
  5. A

    I have no clue what is wrong with my code! please help!

    Before we get into my code let me elaborate. I am doing a coding course and this should be a reletively simple task where my pokemon array list should show up, once I run it, in a list as buttons that I can click. However, nothing shows up and I have no clue why. I would very much appreciate...
Back
Top Bottom