M
M
Maxim Fedorov2018-05-31 09:44:47
JavaScript
Maxim Fedorov, 2018-05-31 09:44:47

Is it possible to write a frontend in JavaScript alone?

Please tell me if it is possible to write a frontend in JavaScript alone. Or is knowledge of HTML and CSS indispensable? Thanks in advance.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
A
Alexey Ukolov, 2018-05-31
@alexey-m-ukolov

Not enough.

V
Vitaly, 2018-05-31
@rim89

If only in a brutal style - in the form of text

P
profesor08, 2018-05-31
@profesor08

You can't do without C# on js

A
ApeCoder, 2018-05-31
@ApeCoder

Need to know something else. You can, for example, write a UWP application or a WSH script, but it will still use some kind of library to describe the UI.

A
Aleksei Podgaev, 2018-05-31
@alexiusp

Theoretically possible. But without knowledge of the DOM, rendering the page will still not work, and the DOM is essentially HTML and CSS. And besides, without HTML and CSS, your solution will be very cumbersome, inflexible, and difficult to maintain. Do you need it?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question