About 50 results
Open links in new tab
  1. javascript - Web project's folders/directories structure - Best ...

    Mar 5, 2016 · I’m working on different web projects and I was wondering if there is any rule of thumb regarding the project/ folders structure? Many of my apps are build in the structure where each file …

  2. html - How to connect two JavaScript projects - Stack Overflow

    May 8, 2019 · I'm writing a project in JavaScript. I separated it for two files, and now I have a problem to connect it with each other.. I don't know JavaScript well. In the first project is "Space" and a coup...

  3. How to structure a JavaScript project? - Stack Overflow

    I'm currently working on a big JavaScript project for which we want to define our own API. I'm using RequireJS as my dependency loader and it suits me just fine, allowing me to define modules in th...

  4. javascript - Node.js project naming conventions for files & folders ...

    Sep 21, 2013 · What are the naming conventions for files and folders in a large Node.js project? Should I capitalize, camelCase, or under-score? Ie. is this considered valid? project-name app contr...

  5. What is TypeScript and why should I use it instead of JavaScript ...

    What is the TypeScript language? What can it do that JavaScript or available libraries cannot do, that would give me reason to consider it?

  6. Is JavaScript an open source project? - Stack Overflow

    Apr 2, 2011 · While I know that it was created by Brendan Eich at Netscape, is JavaScript an open source project? If not, who owns the source code? Also, what compiled language was used to …

  7. What Are "npm run dev" and "npm run prod" - Stack Overflow

    Oct 16, 2020 · I use the following command to bundle my scripts via the Laravel Mix module: npm run dev // Compile scripts. npm run prod // Compile and minify scripts. Are these native npm commands …

  8. javascript - Playwright projects are not run in parallel - Stack Overflow

    Aug 8, 2023 · As per Playwright v1.36 documentation, the projects are run in parallel. My playwright.config.ts, with number of workers set to 2, contains five projects (including setup) in the …

  9. How can I use modulo operator (%) in JavaScript? [duplicate]

    Closed 12 years ago. How can I use modulo operator (%) in calculation of numbers for JavaScript projects?

  10. tips for working on a large javascript project - Stack Overflow

    Dec 17, 2010 · 12 I have some experience with JavaScript - but mainly with some small stuff, I never did anything really big in Javascript previously. Right now, however, I'm doing quite a large javascript …