Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. 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 Ghost Rider

  1. Ghost Rider

    Fun activity Say hello... in a coding language!

    public class Main { public static void main(String args[]) { System.out.println("Hello, rastafari"); } }
  2. Ghost Rider

    Hello World

    Hey everyone, Glad to be here and learn from one another. fighting fire with fire, Ghost Rider
  3. Ghost Rider

    JavaScript "cannot read properties of null (reading 'width') "

    Does anyone know how to fix this issue I am having with reading 'width'? Just started using JavaScript today and need help. I have included a screen shot and the files I currently have setup (excluding | .gitignore | .vscode | package.json | package-lock.json | node_mdules(folder*) | ). At the...
Back
Top Bottom