5 JavaScript Interview Questions and Answers π€π€π€
Part 1 (1-5 from 50 questions)
π Follow Thread π§΅
1. What is a JavaScript?
JavaScript is a multi-paradigm and high-level programming language.
Itβs extremely popular in the Web Development world and especially on the client-side part (Front-end). However, it also can be used in other software development fields.
Jan 4, 2022 β’ 13 tweets β’ 4 min read
10 JavaScript Repositories every Web Developer must visit. π€«π€«π€«
π Follow Thread π§΅
1. JavaScript Questions
A huge list of multiple-choice JavaScript questions! From basic to advanced: test how well you know JavaScript, refresh your knowledge a bit, or prepare for your coding interview! github.com/lydiahallie/jaβ¦
Dec 29, 2021 β’ 17 tweets β’ 5 min read
15 Useful Tools for Web Developers πππ
π Follow Thread π§΅
1. Haikei
A web-based design tool to generate unique SVG design assets for websites, social media, blog posts, pitch decks, and more! Choose a visual from our growing list of generators, customize, randomize, and export it as an SVG or a PNG.
5 Github Tricks you didn't know existed! π³π³π³
πΒ Follow Thread π§΅
1. Web-based VS Code.
- Open any Repository on Github.
- Press "." (dot key) on your keyboard.
- Entire WEB-based VS Code will be set up for you!
Dec 20, 2021 β’ 13 tweets β’ 4 min read
10 Must-have Chrome extensions for Web Developer πππ
π Follow Thread π§΅
1. Wappalyzer
Wappalyzer is an extension that shows all technologies used on websites. It detects content management systems, e-commerce platforms, web frameworks, server software, and many more.
π Follow Thread π§΅
1. What is HTML? 2. What is the purpose of using HTML? 3. What are the advantages and limitations of HTML? 4. How can we integrate JS into an HTML document? 5. How can we integrate CSS into an HTML document? 6. What is a Tag in HTML?
π Follow Thread π§΅
1. What is a JavaScript? 2. What is the original name of JavaScript? 3. Where can we use JS? 4. What differentiates JS from other languages like Java? 5. What are the advantages and disadvantages of JS? 6. Why do we need JS Frameworks? 7. What ECMAScript stands for?
Dec 13, 2021 β’ 10 tweets β’ 2 min read
31 Project ideas for Web Developer Portfolio!
π Follow Thread π§΅
The projects will be divided into three categories:
- Making money.
- Helping the Tech community
- Having fun.
π
Dec 12, 2021 β’ 14 tweets β’ 2 min read
10 GIT commands you MUST know as a Web Developer! π€«π€«π€«
π Follow Thread π§΅
1. git add .
It tells Git that you want to include updates to all your files in the next commit.
So, you're basically preparing files for moving to GIT.
Your next command π
Dec 9, 2021 β’ 12 tweets β’ 3 min read
10 HTML Tricks for you to write 66.6% more beautiful code! πππ
π Follow Thread π§΅
1. Create a searchable drop-down list without JavaScript by using <details> element!
Dec 6, 2021 β’ 9 tweets β’ 3 min read
7 Hot JavaScript Tricks for you to write 69.69% more elegant code! π₯³π₯³π₯³
π Follow Thread π§΅
1. Detect if browser tab is active or user has switched away with "document.hidden" and "visibilitychange". 2. Detect User system preferences for theme color mode.
Dec 3, 2021 β’ 12 tweets β’ 2 min read
Solve recruitment Tasks with ease and get your Dream Job! π―
How?
π Follow Thread π§΅
Ok, the company sends you a recruitment task.
You have to write a tiny app and load it to GitHub.
What things should you pay attention to? π
Dec 1, 2021 β’ 12 tweets β’ 3 min read
10 Unbelievable CSS Arts πππ
π Follow Thread π§΅
1. Drawing in CSS - Sci-Fi Art: A Vacuum From Space
Complete Introduction to JavaScript Functions! βββ
π Follow Mega Thread π§΅
Content: 1. What is a function? 2. Different types of functions.
3 to 5. Functions Anatomy. 6. Difference in hoisting between function types. 7. Sources to learn other differences in function types. 8. Use cases for each function type.
Nov 28, 2021 β’ 10 tweets β’ 4 min read
πππ Top 8 Tools for Web Developers that will boost your productivity to another level! πππ
π Follow Thread π§΅
1. Browse AI
The easiest way to extract and monitor data from any website. Train a robot in 2 minutes. No coding required.
How people with fewer skills than you are getting YOUR Dream Job...
... By tweeting a couple of times a day! π€―π€―π€―
HTML, CSS, JavaScript, or Python are often not enough for being noticed and employed!
πΒ Follow Thread π§΅
π Being known is the key!
Growing an audience on Twitter will get you access to really exciting job opportunities.
People will notice you and accept you as a specialist. It means they can become your clients, advertisers, or employers!
Don't miss this chance!
π
Nov 25, 2021 β’ 13 tweets β’ 3 min read
5 ways to Make Money by building projects for your Web Developer Portfolio! π°π°π°
π Follow Thread π§΅
1. HTML Website Template
For creating HTML Template, you need to know only HTML, CSS, and a little bit of JavaScript. However, it can easily help you stand out from the crowd if you include such a project in your Portfolio!
π
Nov 24, 2021 β’ 13 tweets β’ 4 min read
9 CSS Tricks for you to create 66.6% more elegant styles! πππ
π Follow Thread π§΅
1. Use inset property instead of using top, bottom, left, right. It is a really convenient shortcut! π