how many polynomial are there having 4 and -2 as zeros :
a)1
b)2
c)3
d) more than zero
Answers
Answer:
Step-by-step explanation:
•
Loaders
Module or loading system for JavaScript.
• RequireJS - A file and module loader for JavaScript.
• browserify - Browser-side require() the node.js way.
• SeaJS - A Module Loader for the Web.
• HeadJS - The only script in your HEAD.
• curl - A small, fast, extensible module loader that handles AMD, CommonJS Modules/1.1, CSS, HTML/text, and legacy scripts.
• lazyload - Tiny, dependency-free async JavaScript and CSS loader.
• script.js - Asyncronous JavaScript loader and dependency manager.
• systemjs - AMD, CJS & ES6 spec-compliant module loader.
• LodJS - Module loader based on AMD
• ESL - Module loader browser first, support lazy define and AMD.
• modulejs - Lightweight JavaScript module system.
Bundlers
• browserify - Browserify lets you require('modules') in the browser by bundling up all of your dependencies.
• webpack - Packs CommonJs/AMD modules for the browser.
• Rollup - Next-generation ES6 module bundler.
• Brunch - Fast front-end web app build tool with simple declarative config.
• Parcel - Blazing fast, zero configuration web application bundler.
Testing Frameworks
Frameworks
• mocha - Simple, flexible, fun javascript test framework for node.js & the browser.
• jasmine - DOM-less simple JavaScript testing framework.
• qunit - An easy-to-use JavaScript Unit Testing framework.
• jest - Painless Javascript Unit Testing.
• prova - Node & Browser test runner based on Tape and Browserify