I couldn't find anything about this online but I recently saw some React examples using the Map object to make a simple mapper. This had me w
I'm trying to pass service as context and then use it in app, but get error "service.getItems is not a function". What is wrong? I know I could just import and
We run this coming promise error. We use the await function but not working correctly. **java script var wdio = require('webdriverio'); var allureReporter =
Example: public disciplines: BrowserDiscipline[] = []; onAggregateSelect = (event) => { this.disciplines.forEach(disc => { disc.models.forEach(model =&
const config = require('./config.json'); const logger = require('./utils/logger'); const Discord = require('discord.js'); const Statcord = require("statcord.js"
I am trying to pass a set of FORM values from client to server. FORM values include files, user names and other details as well. how do i decode the file in the
I am wanting to add hidden/additional information to a dropdown box. Currently, it works using javascript function myFunction() { var copyText1 = document.get
var filterKeys = ["hello this is javascript", "Movies"]; var title= "Hello" searchKeyInNo = keySearch(filterKeys, title) function KeySearch(filteredArray, sear
I have simulate my issue in codesandbox: https://codesandbox.io/s/trusting-babbage-ovj2we?file=/src/App.js I have create a nested modal, when the parent modal i
I have the following ajax code in my frontend. var formData = $('#application-information-step-one').serialize(); var actionUrl = $('#application-informatio
This is the theme I am using for a dashboard project (I am under serious timeline pressure). https://themeforest.net/item/enlite-prime-reactjs-fullstack-website
I have a string variable containing a control character (newline). I want to output that variable but with the control character as its literal representation a
I need to get the styles of the input range-slider in javascript so i can test it. I have made a range slider component which accepts different style properties
I have this assingment for school where there is a hidden cell in the table and you will have to try and find it. My problem is that the squares that are incorr
How to display the text fields when choosing different option from the selectoption (if select USA option USA text field need to show)? <select name="cntry"&
I have a select option that the purpose is to filter the division of the user, in my current code the data will show if the user start selecting a list of data
There is a website with the following div: <div class="x" style="user-select: none; filter: blur(4px);"> under this div there are a lot of other divs. I
I am using tree in treepanel and treestore to show hierarchical records on UI for one of my application. When I add some no of records vertical scroll bar is ap
I have a nested data structure containing objects and arrays. How can I extract the information, i.e. access a specific or multiple values (or keys)? For examp
I've tried to connect to mongodb with node.js, but get the following error. Although I've tried several available solution in this platform, like, changing my D