Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Get a devDuck
Rubber duck debugging has never been so cute! Get your favorite coding language devDuck
Buy Now
Search - "js"
-
The JS Drinking Game:
1. Think of a noun.
2. Google "<noun>.js"
3. If a libary with that name exists, drink!13 -
Typical paranoia's when developing a website
- what if the user has JS turned off ?
- what if he is using the site without a monitor ?
- what if the user's electricity is off ?
- what if there's no user ?13 -
No I will not disable my AdBlocker to view your content.
I'll just disable JS in browser.
*Troll face*14 -
!rant
wow! Just found an old js book from 1999! ...and there was a list w/ searchengines in the appendix.
..check this out!10 -
Just released my JS devRant API wrapper. It has support for posting, viewing, voting and much more. If you are interested here is the NPM package:
https://npmjs.com/package/...11 -
This Christmas, I hereby call for a total and complete shutdown of new css/js frameworks until we can figure out what the hell is going on.6
-
Last week, i was giving my interview for a web development internship!
They asked me
what is the difference between :-
{} +[]
and
[]+{}
:(
Weird parts of JS strikes back :(18 -
Improving an old JS code, replaced all 'var's with 'let's. Previous guy wrote a comment above his variables, which is now saying:
"letiabes"19 -
Haven't seen a JS framework in a while? Well say no more, I just created a framework to make sure the flow is ongoing:
https://github.com/tahnik/...
Enjoy!18 -
Rants about how big jQuery is (83 KB), misses project deadline trying to write efficient JS to "optimize" load time, eventually ends up saving 2 KBs.
-
Keeping up with new JS frameworks is like keeping up with celebrity gossip. It really isn't useful on it's own but you can talk to other people about it and be perceived as woke.10
-
Basically,
1+infinity = 1
But
infinity + 1 = NaN
My entire maths fundamental shuttered by the beautiful JS language....27 -
Dear lord spaghettimonster,
pls not another SomethingJS.io for the world!
There should be a limit on how many JS frameworks are allowed to exist at any time!21 -
I have found myself more confused than a chameleon in a bag of skittles because I can't figure out why my ajax(beginform()) won't fire off any of the JS functions I write.
Did my Googles and that didn't help. Verbally abused my monitor and rubber duck, didn't help. I've got a blood sacrifice to the Javascript gods scheduled for tomorrow. Maybe that'll work.8 -
My employer gives me a mission to complete in our project using plain js.
*Uses 30 hours of working time completing the mission using custom js elements*
*Presents the results proudly to the employer*
*Realizes Microsoft edge doesn't support custom elements*6 -
React-Redux's connect() function inspired me to create the coolest way to add numbers in JS:
<script>
function add(num) {
return function(otherNum) {
return num + otherNum
};
};
console.log( add(2)(3) ); // Outputs 5
</script>
I didn't know you could do that. Just found it out!12 -
FUCK FUCK FUCK
Started working on devRantron after a month holiday.
Major version upgrade to 4 different packages. All the upgrades are breaking the current configurations.
I just fucking wish JS community would understand the importance of backward compatibility.5 -
Client informs dev team that he is upgrading all his machines from IE8 to IE11.
~700 lines of hacky js and css previously commented as "//Workaround for IE" removed.
Pure satisfaction.6 -
The truth about javascript is it is evil. I almost invariably disable it, even on sites I trust just on principal.
Reasoning is simple: If you were tired of your customers subverting your attempts to mine their data with javascript what's the answer? Deliver content with javascript because then they have to enable it.
So if you're developing with a JS framework that opens its own network connections and retrieves content, or to put it more simply if your website does not work without scripts running, figure something else the hell out. Because when you're all alone and I'm president, JavaScript content delivery will be made illegal. We're going to build a firewall.
And Web Assembly, don't get me started. Granted if somebody told me to fix the problems with the current web technology stack I can almost guarantee that I would have come up with Web Assembly, that doesn't make it ok just because it's the logical conclusion. You bet your sweet ass that the main reason companies are excited about it is because now the protocol for accessing the internet just isn't text readable any more. It's a great new tool for taking advantage of and abusing users because they'll be even more ignorant of your transgressions and even more helpless to stop them.
Look the web architecture we have now isn't great, but at least we can do things like use the dev tools to remove the adblocker-disable-begging, and disable javascript, and disable styling if it's broken. It's totally at our fingertips every time we open a web page, and if we're being taken advantage of, we can do something about it.
The way I look at things, the people that are coming up with these frameworks are like the people who invented the atomic bomb. It's technology that has the potential to do good, but has the greatest potential for evil. It makes me crazy that nobody has even considered this.41 -
Real story at a screening interview:
Me(interviewer): how do you convert a string into a number in Javascript?
Candidate: what do you mean?
Me: (writes "123" -> 123 on paper) How do you convert "123" to 123 in JS?
Candidate: (starts writing program on paper)
str.replace(/\"/g, '"")
mind==blown!!12 -
I'm so weary of JS right now but every time i want to code something in another language i just think:
"Why don't i just do this in JS. Would be much easier."
Please help me.13 -
Try this code in JS:
++[[]][+[]]+[+[]]
This is valid and returns the string "10" in JavaScript :)))
Source: in comment👇5 -
Once I was frustrated by a Javascript bug
So I Googled "Retarded JS'"
And holy fuckkk
I found a npm module 😁
Then I Googled "Asshole JS"
Holy mother of all fuckkks
I FOUND THE COOLEST JS LIBRARY EVER 😁😂9 -
Found this on a client's js code
// They forced me to write this code.
// Prepare yourself.
I found out later that month what that dev truly means2 -
We all know someone who's like this
writes
console.log("hello world");
calls himself a js developer.3 -
I'm starting to hate js. Every library needs atleast 1000 other libs. I just blew the node_modules folder to 100mb with just one npm require21
-
When you don't know what's happening in your js so you put console.log at every third line and in every function...6
-
So it appears that by a good bit, JavaScript is either the Least Hated or the Most Loved language among ranters here. Interesting.
Come to think of it, most JS-related rants I've seen here were making fun of the number of Frameworks.11 -
When you find a bug in a "min" js file and you don't have the not minified version anymore... ok, it's not a bug it's a feature.7
-
Tiny little line of random JS code.
"No Comments in the code"
Me: I think this is not required, let me remove it.
"Deletes the line..."
*Entire App Breaks*
Me: OK, It must be important.
"Cmd + Z"
*Plot twist: The APP is still broken*
Guess who just needs to stay up late in office.1 -
I am worried of a future in which JS has taken over everything, fortunately wasm is here to help :D5
-
Finally started working on learning React the other day. Seeing raw HTML outside of quotes being treated as valid JS code is...unsettling, to say the least.7
-
I'm just saying... The guy who decides to come up with the ".js" TDL, is gonna get rich preettyy faast...5
-
Alright. Fuck it, I'm doing it.
The argument I had with a friend that told me "why bother with JavaScript when I can use jQuery" has pushed me too close to the edge.
Time to teach him the ways of vanilla js and blow his mind with the new power he'll have with not relying on a js library.4 -
Fuck you Ajax
Fuck you js
Fuck you jQuery
Fuck you {{insert js frameworks}}
I've been learning ajax now and this shit happend15 -
So I always start learning JS frameworks and end up getting confused by their syntax among other things. Do you guys know of any good websites to learn vanilla JS? My problem is that I probably don't know enough of vanilla and end up getting flustered.11
-
Dear everyone who doesn't write JS and has some hand-wringing concern about its lack of static typing, lack of threading, or its suitability for large back-end services:
It's fine, we've got this. You go back to discussing contravariance or whatever it is you do.
Signed,
Team JS4 -
> making a promise library because why not (js cant have too many right?)
> benchmark it against other popular libs
> 1mil ops/sec
> wot1 -
Learning JS frameworks is like:
Oh my god it's 2016, no one uses jQuery anymore.
Angular is so 2015.
Here, use these 25 super cool libs instead.11 -
Well it seems Facebook's JS obfuscator is so good even Microsoft Edge can't read it...
SCRIPT1014: Invalid character
xob7zskxXZd.js (1,6)
Thanks Anniversary Update...2 -
No matter how many frameworks and supersets I try, I always conclude that nothing beats vanilla JS. ES6 in particular is such a beautiful language, and I love having fine control over what happens under the hood.
When I'm done I can just transpile it to whatever ES version, although it's slowly becoming a non-issue.2 -
I started working at a software company two weeks ago. Today I learned that their web app only runs so smoothly because of a single JS function called specialSnowflakeHandler()2
-
Really???
My whole finished Java project with database & gui - 277 files in source
Simple JS project nodejs & react - 15k files???
What the fuck?
I tried to like JS, but maybe later... Someday...25 -
Is React really that good? Some say if you don't know React you are doing JS wrong. But everyone says that for everything.13
-
Hi guys I'm new in dev
I was wondering what was best to learn first : Angular, React or Vue ?
I already know JS and JQuery.
Thanks guys :)36 -
That awkward moment when you convert JS functionality into pure HTML CSS just to find out it's not working on IE.2
-
Recently started using js without semicolons...
Personal opinion but I think semicolons do make the code look ugly14 -
Before internship, js code with semicolons looked stupid to me. Then jshint happened and here I am at 3AM in the morning, adding semicolons to a forgotten but not abandoned design project of mine!
-
I can't stand this JS is sooo fast bullshit anymore. You just suck at coding if your code with the most other languages is significantly slower.11
-
Debugging JS,
*uses chrome devtools*, breakpoints work, everything loads, can work on fixing bug
*uses firefox devtools*, takes more time than IE to show up, the UI doesn't show up, can cry in the corner.
Why is firefox debugger so bad :/6 -
It is ridiculous how many javascript frameworks out there. Just combine any nounce + JS, I guarantee you, there is Github repo existed already!2
-
So, does anyone else dream about programming? I had this awful nightmare last night about JS, I think I might been working to much..4
-
How a node js developer's Terminal history look like --
npm install random_package
npm install shitty_package
npm install I_don't_know_what_it_does
npm install crap2 -
What's with kids and with js framework(s) ? Like almost every jr student at University is wanking their dicks at it...4
-
Makes typo, JS is the worst language ever who decided to put it on a server, fixes typo, JS is the best language ever I love Node.js.2
-
Not much of a haxk, just a stupid thing that works.
In my hs videogame programming class, the teacher has this program called LANSchool (most of you have heard of it) which he used to restrict apps/browsers to the point of uselessness . He didn't (and still doesn't) know anything about the stuff he 'teaches', most is tought by TAs.
Here's the dumb part: he WHITELISTED APPS. A friend, one of the TAs, figured out that if you rename something 'Google Chrome', lanschool wouldn't care. So I got Chromium (for unblocked internet) and switched its blue icons in the exe for original chrome icons, then renamed it 'Google Chrime'. Woo.
LANSchool is such a bad program (you can even unblock a site by spamming the F key for refresh).
The teacher did, and still does, treat the TAs like trash. He's a babysitter while students listen to online vids and the TAs.2 -
Working continuously on a task for like 3 hrs, cant get it done
*goes out, mind refreshed and completes the same task in 5 mins*1 -
I hate it when I ask about a way to solve a very specific problem in js, and people be like:
"You should use this x library, it has the y utility that will solve your problem right away"3 -
Today I discovered that Haskell can be compiled to js. This is both wonderful and disturbing: having the strengths of Haskell feels right and encouraging, but having to transpile it to js feels unnaturally dirty.
Still, I'm not sure I can apply this at my job in any future, but I might have just the case in the brewing.7 -
"In matters of style swim with the current. In matters of principle, stand like a rock."
In matters of js frameworks, just give up. -
we(Friends) discovered this yesterday.
Steps:
1. created a file.js and added a console.
2. renamed the file.js to file.java
3. ran that file.java through node
result: displayed in that image.
Javascript running .java .....seriously?
js how many hidden surprises you have for me. it was even running in .txt, .php etc
Okay let's come to actual point .
I tried to research on this. however, i couldn't find any links related to it.
Well, I tried the same with casperjs and python.It behaved the same.
is this behaviour because it is a scripting language?
Please do share your thoughts on this19 -
While taking the basic JS interview:
Me: what are the different data types in JavaScript
Candidate: We have a 'var' keyword
Me: :|2 -
Guess I'm the equivalent of egg guy in twitter!
Anyways, JS in a pain in my ass.
That's it:)
P.S: I'd have blown if I didn't say this somewhere and possibly to someone. -
If you're a javascript dev and you haven't read "You don't know JS", you should give it a try. Officially posted as a free git book.2
-
- And also today I completed my to-do list
- Did you carry all the tasks out?
- No, just a new JS framework -
SO MANY FUCKING API'S WITH EITHER NONE OR VERY OUTDATED FUCKING JS DOCUMENTATION. I have been working on a JS Discord bot and I want it to work with some API's to for example display the weather in a certain place... I can't find ANY FUCKING TUTORIALS THAT WORK. I feel like I'm just missing something important.4
-
I feel like I know what I shouldn't know. I know a little about using jQ and JS (mainly little plugins) but I can't code js from scratch.
I use vanilla html and css and my environment is notepad++.
I feel like I should know SASS, Pug and use Webstorms or some other professional IDE. And learn js.
Which preprocessors do you prefer? Which IDEs and which point to start learning js from scratch?8 -
When you want to make an unlinked copy:
JSON.parse(JSON.stringify(obj))
Holy mother Jesus, so many hours before I realised this. Really js!? Really...2 -
Well... Justy trying to migrate from Android to JavaScript development... Everything seems to be ugly in this world of functions... I really can't understand why JS is so popular, It is totally incapable language.10
-
How do you use a JS framework while still caring about SEO?
I know angular, pretender.io scared me and because I have to use angular universal, and I'm not convinced by ng-toolkit, unless companies are using it in production successfully.
I'm going to stick with angular for projects that don't require SEO, but otherwise is there a simple, lightweight, easy and SEO friendly framework or should I go back to using JS libraries like JQuery?15 -
Why are there barely any material design based static site libraries using js and CSS -,-
Don't use node or anything so guess I'll be building my own 😁🔫16 -
I am Hindu, we already have so many gods
And I am planning to create one more 'Javascript God'
For giving me 'wealth' , satisfaction, purpose and meaning in life
😁 Holy JS 😁3 -
Got commissioned to write a simple js function. Drafted in python. Changed up some variable names while translating, but forgot to change one, and changed another to the old name... Spent a week trying to find the bug in a 30 line piece of js that worked perfectly in python. FML1
-
Dear everyone,
Stop turning off the monitors. That doesn't sign you out or turn off the computer, it just makes the next person wonder what's taking so long.1 -
Why the fuck does JS' case statements use a colon when literally every other block statement in the language uses curlies.3
-
I am a student working on an academic project. I had put up a request for people with experience in JS to help out with the web UI. There is this girl in my class who was very excited to hear that and offered to help.
Turns out that she has developed a couple of Android apps and she thought Java is same as JavaScript.
I tried explaining her and she called me a jerk for not appreciating the help -_-8 -
I have reinstalled node js 3 times to run JS scripts and "npm run dev" is not starting up the server. This is quite frustrating.29
-
This appears to be a service designed for idiots. $89 a month for ho-hum specs. What strikes me more though is that with CentOS selected, it still gives me MSSQL options. Learn to js, n00bs!7
-
Kyle simpson the author of "you don't know JS" said after 17 years of experience writing JS he still don't have the bold to say that he's a master of JavaScript. Kyle are you trolling at us?1
-
Just purchased a new domain and decided to once again design my website personally (Fuck wordpress man) but...
I absolutely hate working with HTML and JS at the same time (I actually love JS on its own), its like bloody Stockholm syndrome!
HTML may beat me senseless.. But i love it too much to stop!1 -
"An array of arrays? What the hell?" - the client's dev team, failing to understand the parameters of the JS lib they chose to implement.2
-
Im a complete back end guy, decided to learn a js framework......
var whatToLearn = rand("angular", "react", " vue");
Suggestions..... :/28 -
When you spend 2 days debugging .Net code even though you're not a .Net developer because the higher ups think everyone should be language agnostic. Never though I'd hear myself longing to go back to JS.1
-
!rant
Got my new pc up and running, asrock x370 killer sli/ac mobo, ryzen 2200g cpu and radeon rx550 with 12g ram (don't ask). Nothing fancy but sure beats my old am2 system! New pc is so quiet :D10 -
I just came with a problem trying to get the value of an HTML input of type date and trying to throw it into a Javascript Date object... After about an hour of searching (Google, Stackoverflow) I realized HTML5 date inputs use UTC timezone (defined by W3C) and Javascript uses your local timezone and this difference is messing with my code giving me a JS obvject 1 day before the HTML date...
Why they do this kind of thing?2 -
Erlang... variables you can't vary? WTF!
Writing JS two weeks later...
const a =1
const b = a + 1
Why would I ever assign over a? Pfft.
const c = b + 1
...1 -
when the pm chooses a js library but says can you just change this... either accept the library as you chose it or give a proper spec to write it from scratch
-
I mostly did backend until now but now I am trying to learn js to learn more of frontend programming. I have no problem doing html & css and I am even getting behind js but:
Why do I even need js frameworks?
Can’t I do everything in plain basic js?3 -
Mate asked me if Electron.js la good to build a desktop app. I suggested to write backend Api and so on in java and front-end in js using Angular or React.
What are your opinion about electron.js?14 -
People nowadays.
Searched for JS/NodeJs frameworks.
Read the Docs for a couple of minutes and run some examples.
*Opens* CV / Linkedin to update Skillset.
---
So with the count of JS/Nodejs Frameworks, they probably have lots skills listed in their CV.2 -
Note to JavaScript beginners:
Dont use vanilla JS, use ECMAscript6 or typescript.
Its so much better4 -
So I've noticed a trend within development around my area and to be honest, the country in general. Fullstack JS is everywhere and it seems to be paying fucking well.
I've had three recruiters offer me positions at companies (2 new and 1 established) trying to use Fullstack JS and the money is ridiculous for them. Far higher than anything I've seen before for the area and it's all fintech and startups.
I'm contemplating diving headfirst into JS and seeing where it leads.10 -
!rant
Frontend people, I need your opinion.
I will soon start building the next version of a rather large project's frontend but I am mostly a backend guy.
It is a custom made web application (PHP, Postgres) that handles all business aspects of a shipping company of about 50 people (trucks, truck free space in shipments for new packages, package tracking via gps on the truck, invoicing, reselling shipping services to other businesses, everything).
The existing frontend is using an ancient version (1.x) of the YUI framework and uses AJAX heavily to refresh the user interface. It's usable, but maintaining and extending it is getting really hard as the project grows larger and larger and more systems are integrated.
So the question is, given this use case, what JS framework do I use and what is a good resource to start learning it?5 -
I hate it when a website I'm working on does not function the way I want it to, after spending some time begging in front of the monitor, I just realized that the only problem is I haven't included the path of my js.1
-
Should I learn JS or Python?
Python is the better choice for ai as far as I know and I'm interested in learning Django. On the other hand Node.js is great for backend and servers.4 -
Question:
Should I make my own JS library/framework to make my work go faster, I would put the most used code in this library3 -
Question..
Is it safe to stay with PHP or do you think js (in backend) is the future?
Php (laravel,..)
Js ( Angular, react,..)18 -
Where can I get fullstack js codebase for small projects?
GitHub search shows humongous ones or otherwise repositories of js frameworks.
And/Or share your repos having the same
Gotta improve coding standards2 -
Pluralsight or lynda or udemy or udacity or treehouse or tutsplus or edx or coursera or codeacademy or codeschool or video2brain
Which one is the best for JS related courses?
Currently I use pluralsight, udemy and udacity
So much to learn so little time :|5 -
Here's a challenge for all JS developers. Immutability. You have any idea how tedious it is to implement proper immutability? Jesus.10
-
Anybody else really annoyed at all these people getting mad at zuckerburg? Like, I've always questioned privacy of the internet in general. If you're dumb enough to put sensitive info on the internet (especially on social media) then you shouldn't have the right to complain about privacy. It's your responsibility to protect your information.4
-
When you are asked in the interview to output something like given below with only using JS closure and without using a global variable or function caching in JavaScript:
myAddFunc(1,2); // output: 3
myAddFunc(4,5); // output: 3 + 9=12
.
.
.
.
.
True Fucking Story :(1 -
JS: dont worry, we got this simple decode function build in.
Node: yeah we had this build in but we took it out, now you have to require the module first and then declare it and then you can use it! -
Anyone know any good JS ES6 courses? Don't mind the price. It's great if it encourages practical learning :)
(Got a new developer on the team, junior AF)3 -
When you watch "1024+ Seconds of JS Wizardry" on YouTube and you realize you have fuckin lot to catch up in JavaScript :|
-
Don't jump over php to java and to c#. Specialist is important, I wasted few years trying to become like I know everything. My friend who's only good in JS earn higher coz he has a JS engineer title in a mnc. That only happens only when u focus.2
-
Guys, have any one of you seen a beautifully designed website without a single piece of Js?
(no JS, no script tags or even in the onclick handlers)16 -
TIL following two lines are NOT the same in JS with webpack, even though logically they should be - it should be just an application of an eta reduction... First line works, second one crashes, probably because mysteriously executed too soon, before obj is initialized.
export const t = (...args) => obj.t(...args);
export const t = obj.t;
Sometimes I really hate JavaScript magic.2 -
Here I am wondering why I can't click the image then I realize I forgot to tell the html file where the JS file is.....1
-
I am stuck on a decision whether to pursue learning js or to start learning ml and opencv. I want a decent job and i would prefer one that involves js but i go to all these hackathons and i see all these projects on ml and opencv which i have no idea about. Would these techs help me land a job(in india to be specific) or should i just concentrate on js?4
-
Was going to have some fun refactoring js code on the weekend, gf dragged me to a jazz festival instead </3
I enjoyed it, though -
A JS framework and a library that combines all the respective JS frameworks and libraries into one single framework and library.
-
team member was tasked with doing only css changes to a webpage I made... they ended up rewriting most of my JS and totally broke the clients web app. sprint ends Friday... lol...2
-
There are so many JS Frameworks out there that i even completly lost track of what is "trend" and what is basically "old".
Well i guess a bunch of you relate to this, and just because i am not a JS Dev, doesn't mean that i am not open for new stuff :D
The only thing i am not open for is Java.10 -
I can't use JS libaries, and I don't know why. The picture shows my code (in an HTML file). test.js is a file and test() is a function that makes an alert. It doesn't do anything, no error messages whatsoever. But if I try calling test() from the console it is not defined. Can someone explain why? Am I doing a stupid syntax mistake or have I got everything wrong?17
-
I feel like I'm too stupid for these reactive js frameworks ... js is not the problem .. my brain is the problem ..
On the other hand created something quite useful despite all the headbanging that went into it -
I tried to use a vscode extension generator and filled in name as publisher, this is what I got...
Another reason to hate JS.1 -
when you spend hours trying to figure out the order in which to include various JS files because the documentation is poorly written!!2
-
When teaching JS, what would you say were the 5 most important base methods or properties such as 'length' or 'charAt()' ?7
-
The moment you pull the latest changes just to find out that your new coworker edited all the js files in xcode1
-
Almost stuck with manual state management for JS. Dealing server side rendering manually. [almost crazy]
-
My fellow worker adds amazing method names in JS:
makeDataTablePagingMuchMoreComfortableIfNeeded
arraysHaveObjectsWithSameAttributes2 -
I know there are so much js libraries out there, however I never thought there would be THIS amount of libraries. I mean, this is ridiculous...
https://www.javascripting.com/
I'll make mine just to be a part of it. Wish me luck!1 -
It is fucking annoying to do changes in someone else js and ts code... Always give some bullshit thing for which you have only one response kiss my piss IDIOT CODE.....
-
<!-- JS rant -->
JS question.... I have a feed that is on....feed.php but it doesn't work with my script. I know why. it's in the code as g = indexOf; can it only work on the index page or how can I make it work on the feed page?!?!2 -
Am I that bad at JS or long files of Javascript code (200+ lines) are much worse than their PHP equivalent? :))2
-
Trying to run a web page from arduino with some js in it to draw a graph. And it craps out with some error about start tag.
It works fine saved as an html file on my laptop.
Wtf?1 -
Not a rant but shout out to Kirupa for his falling snow in JS.
Updated our internal webapp with this today since we are lacking snow atm.
https://kirupa.com/html5/... -
Sometimes I feel like the typesetters who had to manually position letters for printing stuff. Too much html + css, not enough js.
-
Any profile I get an internship in for, I end up fixing angular code, even if I never took the name of JS or close in my resume ! WHY GOD ?2
-
I really hate the hype with js frameworks. Every few months a new one appears F that F node.js and all the coffee es6 es5 bullshit. JavaScript should be like Latin. A dead language...4
-
Many people seem to hate jQuery and want to do stuff in some library's way, and I'm here like... What? jQuery is a perfect way of doing things like DOM manipulation, when everyone comes along with their libs, they will only exist for 1 microsecond before it gets abandoned, while jQuery has been around for YEARS and it still works the way it first has been
I don't get the appeal for new JS libs and hate for jQuery, at this point I'm suprised its included in standard browser contexts2 -
How the faculté of choice can be at the same time a wonderful delight as well as a freaking pain in the ass. espcially when considering JS frontend
-
Is there any JS framework by which i can make tree structure in frontend and where each node is input box, also addition of node(input box) should happen dynamically(with click)5
-
Any node js devs on here that can tell me why this is happening? Node js is installed and from what I can tell WebStorm is set up correctly...2
-
Hey guys college student here. This easter I'll be focusing on learning JavaScript better. Yeah I've done some stuff with js, some small spa with angularjs (1.0), as well as some stuff in combination with a template engine ,(like thymeleaf). Should I start learning typescript along with angular 2/4 or es6?2