Questions tagged as 'modular'

2
answers

Export and import modules with ES6 error?

I am trying to learn how to export and import modules in ES6 and it tells me in the console: SyntaxError: export declarations may only appear at top level of a module I'm trying something simple. I have the code so that: archivo.js e...
asked by 20.03.2017 / 01:00
0
answers

JS modular pattern does not work on Edge

I am in a development to which I applied the modular Javascript pattern to have the most tedious and scalable code and I am having problems with MS Edge. In Chrome and Firefox it's perfect. I pass part of the code: HTML let globals={b...
asked by 13.04.2018 / 03:41
1
answer

What is "modular" a project?

I am learning about Frontend technologies and I am learning how to use Browserify and I have been using the '' modular '' definition with Browserify. I hope someone can tell me what modular means and what it is for. Thanks in advance.     
asked by 21.02.2017 / 01:03
1
answer

Insert 2 elemenet trees ordered C

I am trying to insert 2 items (phone number and name), and when entering the phone number I find the name associated with that phone number. What I have currently only inserts the phone number and I do not know how to add the name and what they...
asked by 08.06.2018 / 15:57
0
answers

Is there anything like a JavaScript precompiler?

Well before listening to suggestions from automators such as gulp or grunt, I will explain in detail what I want; I imagined this panorama: development / sections / object.js { // atributos... } development / function.js function hac...
asked by 16.10.2017 / 19:40