Honest
Investor
Reviews
document.addEventListener("DOMContentLoaded", function() { const dynamicContent = [ "Venture Capitalist", "Angel Investor", "Incubator", "Accelerator", "Venture DAO", "Grant Funder", "Syndicate" ]; let partIndex = 0; let charIndex = 0; let intervalVal; const intervalTime = 40; const dynamicTextElement = document.querySelector("#dynamic-content"); const cursorElement = document.querySelector("#cursor"); function type() { const text = dynamicContent[partIndex].substring(0, charIndex + 1); dynamicTextElement.innerHTML = text; charIndex++; if (text === dynamicContent[partIndex]) { clearInterval(intervalVal); setTimeout(() => { intervalVal = setInterval(deleteText, intervalTime); }, 2000); } } function deleteText() { const text = dynamicContent[partIndex].substring(0, charIndex - 1); dynamicTextElement.innerHTML = text; charIndex--; if (text === '') { clearInterval(intervalVal); partIndex = (partIndex + 1) % dynamicContent.length; charIndex = 0; setTimeout(() => { cursorElement.style.display = 'inline-block'; intervalVal = setInterval(type, intervalTime); }, 200); } } intervalVal = setInterval(type, intervalTime); }); Are you sick and tired of hearing that investors want to be the first money in, only to then ask you about your 1M in revenue, or 100k users? Are you fed up with Incubators that claim to bring you from 0 to 1, only to get a NO based on lack of traction?Tell us your honest experience with investors to let other founders know who is legit and who is just wasting the founders time.Remember, you are the prize.
Money is a commodity.