Skip to content

cheeseonamonkey/Sperdify

Repository files navigation

Sperdify

Technologies

Setup

  • make sure node is installed
    # list dependencies
    npm list

    # instalkl dependencies:
    npm install

    # run live build:
    npm run dev

Thoughts on learning JS/TS:

I think it's much better to learn Java/C# (which are very similar) before Javascript.

To figure out Javascript syntax, I am constantly opening the developer console (F12) in Chrome, to enter Javascript straight into the 'Console' tab. It is fast, efficient, has autocompletion, and prints stuff very cleanly.

Obviously, the first apparent syntax differences is types, but not for the reason you initally expect. Primitive types (in vanilla Javascript) are:

  • Number - including integers and floating-point numbers
  • String
  • Boolean
  • Null - variable defined, but is null
  • Undefined - variable doesn't exist
  • Object - "empty" object

Except any object can have any property (so classes are not mandatory):

Alt text

Lean on Intellicode! I wouldn't start without it!

About

Vite-React-Typescript-Tailwind

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages